MCPlayerEntity
Link to mcplayerentity
Questa classe è stata aggiunta da una mod con ID crafttweaker
. Perciò, è necessario avere questa mod installata per poter utilizzare questa funzione.
Importare la Classe
Link to importare-la-classe
Potrebbe essere necessario importare il pacchetto, se si incontrano dei problemi (come castare un vettore), quindi meglio essere sicuri e aggiungere la direttiva di importazione.
ZenScript Copycrafttweaker.api.entity.player.MCPlayerEntity
Metodi
Link to metodi
addExhaustion
Link to addexhaustion
increases exhaustion level by supplied amount
ZenScript CopymyMCPlayerEntity.addExhaustion(exhaustion as float);
Parametro | Tipo | Descrizione |
---|---|---|
Parametro exhaustion | Tipo float | Descrizione Nessuna descrizione fornita |
addExperienceLevel
Link to addexperiencelevel
Add experience levels to this player.
ZenScript CopymyMCPlayerEntity.addExperienceLevel(levels as int);
Parametro | Tipo | Descrizione |
---|---|---|
Parametro levels | Tipo int | Descrizione Nessuna descrizione fornita |
addItemStackToInventory
Link to additemstacktoinventory
Restituisce un booleano
ZenScript CopymyMCPlayerEntity.addItemStackToInventory(p_191521_1_ as crafttweaker.api.item.IItemStack);
Parametro | Tipo | Descrizione |
---|---|---|
Parametro p_191521_1_ | Tipo crafttweaker.api.item.IItemStack | Descrizione Nessuna descrizione fornita |
addMovementStat
Link to addmovementstat
Adds a value to a movement statistic field - like run, walk, swin or climb.
ZenScript CopymyMCPlayerEntity.addMovementStat(p_71000_1_ as double, p_71000_3_ as double, p_71000_5_ as double);
Parametro | Tipo | Descrizione |
---|---|---|
Parametro p_71000_1_ | Tipo double | Descrizione Nessuna descrizione fornita |
Parametro p_71000_3_ | Tipo double | Descrizione Nessuna descrizione fornita |
Parametro p_71000_5_ | Tipo double | Descrizione Nessuna descrizione fornita |
addPotionEffect
Link to addpotioneffect
Restituisce un booleano
ZenScript CopymyMCPlayerEntity.addPotionEffect(effectInstanceIn as crafttweaker.api.potion.MCPotionEffectInstance);
Parametro | Tipo | Descrizione |
---|---|---|
Parametro effectInstanceIn | Tipo crafttweaker.api.potion.MCPotionEffectInstance | Descrizione Nessuna descrizione fornita |
addScore
Link to addscore
Add to player's score
ZenScript CopymyMCPlayerEntity.addScore(scoreIn as int);
Parametro | Tipo | Descrizione |
---|---|---|
Parametro scoreIn | Tipo int | Descrizione Nessuna descrizione fornita |
addTag
Link to addtag
Restituisce un booleano
ZenScript CopymyMCPlayerEntity.addTag(tag as String);
Parametro | Tipo | Descrizione |
---|---|---|
Parametro tag | Tipo String | Descrizione Nessuna descrizione fornita |
addVelocity
Link to addvelocity
Adds to the current velocity of the entity, and sets to true.
ZenScript CopymyMCPlayerEntity.addVelocity(x as double, y as double, z as double);
Parametro | Tipo | Descrizione |
---|---|---|
Parametro x | Tipo double | Descrizione Nessuna descrizione fornita |
Parametro y | Tipo double | Descrizione Nessuna descrizione fornita |
Parametro z | Tipo double | Descrizione Nessuna descrizione fornita |
allowLogging
Link to allowlogging
Restituisce un booleano
ZenScript CopymyMCPlayerEntity.allowLogging();
attackable
Link to attackable
Restituisce un booleano
ZenScript CopymyMCPlayerEntity.attackable();
attemptTeleport
Link to attemptteleport
Restituisce un booleano
ZenScript CopymyMCPlayerEntity.attemptTeleport(p_213373_1_ as double, p_213373_3_ as double, p_213373_5_ as double, p_213373_7_ as boolean);
Parametro | Tipo | Descrizione |
---|---|---|
Parametro p_213373_1_ | Tipo double | Descrizione Nessuna descrizione fornita |
Parametro p_213373_3_ | Tipo double | Descrizione Nessuna descrizione fornita |
Parametro p_213373_5_ | Tipo double | Descrizione Nessuna descrizione fornita |
Parametro p_213373_7_ | Tipo boolean | Descrizione Nessuna descrizione fornita |
baseTick
Link to basetick
Gets called every tick from main Entity class
ZenScript CopymyMCPlayerEntity.baseTick();
canAttackPlayer
Link to canattackplayer
Restituisce un booleano
ZenScript CopymyMCPlayerEntity.canAttackPlayer(other as crafttweaker.api.entity.player.MCPlayerEntity);
Parametro | Tipo | Descrizione |
---|---|---|
Parametro other | Tipo crafttweaker.api.entity.player.MCPlayerEntity | Descrizione Nessuna descrizione fornita |
canBeAttackedWithItem
Link to canbeattackedwithitem
Returns true if it's possible to attack this entity with an item.
Restituisce un booleano
ZenScript CopymyMCPlayerEntity.canBeAttackedWithItem();
canBeCollidedWith
Link to canbecollidedwith
Returns true if other Entities should be prevented from moving through this Entity.
Restituisce un booleano
ZenScript CopymyMCPlayerEntity.canBeCollidedWith();
canBeHitWithPotion
Link to canbehitwithpotion
Returns false if the entity is an armor stand. Returns true for all other entity living bases.
Restituisce un booleano
ZenScript CopymyMCPlayerEntity.canBeHitWithPotion();
canBePushed
Link to canbepushed
Returns true if this entity should push and be pushed by other entities when colliding.
Restituisce un booleano
ZenScript CopymyMCPlayerEntity.canBePushed();
canBeRiddenInWater
Link to canberiddeninwater
Restituisce un booleano
ZenScript CopymyMCPlayerEntity.canBeRiddenInWater();
canBreatheUnderwater
Link to canbreatheunderwater
Restituisce un booleano
ZenScript CopymyMCPlayerEntity.canBreatheUnderwater();
canEat
Link to caneat
Restituisce un booleano
ZenScript CopymyMCPlayerEntity.canEat(ignoreHunger as boolean);
Parametro | Tipo | Descrizione |
---|---|---|
Parametro ignoreHunger | Tipo boolean | Descrizione Nessuna descrizione fornita |
canHarvestBlock
Link to canharvestblock
Restituisce un booleano
ZenScript CopymyMCPlayerEntity.canHarvestBlock(state as crafttweaker.api.block.MCBlockState);
Parametro | Tipo | Descrizione |
---|---|---|
Parametro state | Tipo crafttweaker.api.block.MCBlockState | Descrizione Nessuna descrizione fornita |
canPassengerSteer
Link to canpassengersteer
Restituisce un booleano
ZenScript CopymyMCPlayerEntity.canPassengerSteer();
canPlayerEdit
Link to canplayeredit
Returns whether this player can modify the block at a certain location with the given stack.
The position being queried is {@code pos.offset(facing.getOpposite()))}. Returns: Whether this player may modify the queried location in the current world
@see ItemStack#canPlaceOn(Block) @see ItemStack#canEditBlocks() @see PlayerCapabilities#allowEdit
Restituisce un booleano
ZenScript CopymyMCPlayerEntity.canPlayerEdit(pos as crafttweaker.api.util.BlockPos, facing as crafttweaker.api.util.Direction, stack as crafttweaker.api.item.IItemStack);
Parametro | Tipo | Descrizione |
---|---|---|
Parametro pos | Tipo crafttweaker.api.util.BlockPos | Descrizione Nessuna descrizione fornita |
Parametro facing | Tipo crafttweaker.api.util.Direction | Descrizione Nessuna descrizione fornita |
Parametro stack | Tipo crafttweaker.api.item.IItemStack | Descrizione Nessuna descrizione fornita |
canRenderOnFire
Link to canrenderonfire
Return whether this entity should be rendered as on fire.
Restituisce un booleano
ZenScript CopymyMCPlayerEntity.canRenderOnFire();
canRiderInteract
Link to canriderinteract
Restituisce un booleano
ZenScript CopymyMCPlayerEntity.canRiderInteract();
canSwim
Link to canswim
Restituisce un booleano
ZenScript CopymyMCPlayerEntity.canSwim();
canTrample
Link to cantrample
Restituisce un booleano
ZenScript CopymyMCPlayerEntity.canTrample(state as crafttweaker.api.block.MCBlockState, pos as crafttweaker.api.util.BlockPos, fallDistance as float);
Parametro | Tipo | Descrizione |
---|---|---|
Parametro state | Tipo crafttweaker.api.block.MCBlockState | Descrizione Nessuna descrizione fornita |
Parametro pos | Tipo crafttweaker.api.util.BlockPos | Descrizione Nessuna descrizione fornita |
Parametro fallDistance | Tipo float | Descrizione Nessuna descrizione fornita |
canUpdate
Link to canupdate
Restituisce un booleano
ZenScript CopymyMCPlayerEntity.canUpdate();
ZenScript CopymyMCPlayerEntity.canUpdate(value as boolean);
Parametro | Tipo | Descrizione |
---|---|---|
Parametro valore | Tipo boolean | Descrizione Nessuna descrizione fornita |
canUseCommandBlock
Link to canusecommandblock
Restituisce un booleano
ZenScript CopymyMCPlayerEntity.canUseCommandBlock();
clearActivePotions
Link to clearactivepotions
Restituisce un booleano
ZenScript CopymyMCPlayerEntity.clearActivePotions();
clearBedPosition
Link to clearbedposition
ZenScript CopymyMCPlayerEntity.clearBedPosition();
closeScreen
Link to closescreen
set current crafting inventory back to the 2x2 square
ZenScript CopymyMCPlayerEntity.closeScreen();
curePotionEffects
Link to curepotioneffects
Restituisce un booleano
ZenScript CopymyMCPlayerEntity.curePotionEffects(curativeItem as crafttweaker.api.item.IItemStack);
Parametro | Tipo | Descrizione |
---|---|---|
Parametro curativeItem | Tipo crafttweaker.api.item.IItemStack | Descrizione Nessuna descrizione fornita |
detach
Link to detach
ZenScript CopymyMCPlayerEntity.detach();
disableShield
Link to disableshield
ZenScript CopymyMCPlayerEntity.disableShield(p_190777_1_ as boolean);
Parametro | Tipo | Descrizione |
---|---|---|
Parametro p_190777_1_ | Tipo boolean | Descrizione Nessuna descrizione fornita |
doesEntityNotTriggerPressurePlate
Link to doesentitynottriggerpressureplate
Return whether this entity should NOT trigger a pressure plate or a tripwire.
Restituisce un booleano
ZenScript CopymyMCPlayerEntity.doesEntityNotTriggerPressurePlate();
equals
Link to equals
Restituisce un booleano
ZenScript CopymyMCPlayerEntity.equals(p_equals_1_ as Object);
Parametro | Tipo | Descrizione |
---|---|---|
Parametro p_equals_1_ | Tipo Object | Descrizione Nessuna descrizione fornita |
extinguish
Link to extinguish
Removes fire from entity.
ZenScript CopymyMCPlayerEntity.extinguish();
fall
Link to fall
ZenScript CopymyMCPlayerEntity.fall(distance as float, damageMultiplier as float);
Parametro | Tipo | Descrizione |
---|---|---|
Parametro distance | Tipo float | Descrizione Nessuna descrizione fornita |
Parametro damageMultiplier | Tipo float | Descrizione Nessuna descrizione fornita |
findAmmo
Link to findammo
Returns crafttweaker.api.item.IItemStack
ZenScript CopymyMCPlayerEntity.findAmmo(shootable as crafttweaker.api.item.IItemStack);
Parametro | Tipo | Descrizione |
---|---|---|
Parametro shootable | Tipo crafttweaker.api.item.IItemStack | Descrizione Nessuna descrizione fornita |
func_213300_bk
Link to func_213300_bk
Restituisce un booleano
ZenScript CopymyMCPlayerEntity.func_213300_bk();
func_213312_b
Link to func_213312_b
ZenScript CopymyMCPlayerEntity.func_213312_b(p_213312_1_ as double, p_213312_3_ as double, p_213312_5_ as double);
Parametro | Tipo | Descrizione |
---|---|---|
Parametro p_213312_1_ | Tipo double | Descrizione Nessuna descrizione fornita |
Parametro p_213312_3_ | Tipo double | Descrizione Nessuna descrizione fornita |
Parametro p_213312_5_ | Tipo double | Descrizione Nessuna descrizione fornita |
func_213314_bj
Link to func_213314_bj
Restituisce un booleano
ZenScript CopymyMCPlayerEntity.func_213314_bj();
func_213343_cS
Link to func_213343_cs
Returns float
ZenScript CopymyMCPlayerEntity.func_213343_cS();
func_213365_e
Link to func_213365_e
Restituisce un booleano
ZenScript CopymyMCPlayerEntity.func_213365_e(itemstackIn as crafttweaker.api.item.IItemStack);
Parametro | Tipo | Descrizione |
---|---|---|
Parametro itemstackIn | Tipo crafttweaker.api.item.IItemStack | Descrizione Nessuna descrizione fornita |
getAIMoveSpeed
Link to getaimovespeed
the movespeed used for the new AI system
Returns float
ZenScript CopymyMCPlayerEntity.getAIMoveSpeed();
getAbsorptionAmount
Link to getabsorptionamount
Returns the amount of health added by the Absorption effect.
Returns float
ZenScript CopymyMCPlayerEntity.getAbsorptionAmount();
getActiveItemStack
Link to getactiveitemstack
Returns crafttweaker.api.item.IItemStack
ZenScript CopymyMCPlayerEntity.getActiveItemStack();
getActivePotionEffect
Link to getactivepotioneffect
returns the PotionEffect for the supplied Potion if it is active, null otherwise.
Returns crafttweaker.api.potion.MCPotionEffectInstance
ZenScript CopymyMCPlayerEntity.getActivePotionEffect(potionIn as crafttweaker.api.potion.MCPotionEffect);
Parametro | Tipo | Descrizione |
---|---|---|
Parametro potionIn | Tipo crafttweaker.api.potion.MCPotionEffect | Descrizione Nessuna descrizione fornita |
getActivePotionEffects
Link to getactivepotioneffects
Returns Collection<crafttweaker.api.potion.MCPotionEffectInstance>
ZenScript CopymyMCPlayerEntity.getActivePotionEffects();
getAdjustedHorizontalFacing
Link to getadjustedhorizontalfacing
Gets the horizontal facing direction of this Entity, adjusted to take specially-treated entity types into account.
Returns crafttweaker.api.util.Direction
ZenScript CopymyMCPlayerEntity.getAdjustedHorizontalFacing();
getAir
Link to getair
Restituisce un intero
ZenScript CopymyMCPlayerEntity.getAir();
getAlwaysRenderNameTagForRender
Link to getalwaysrendernametagforrender
Restituisce un booleano
ZenScript CopymyMCPlayerEntity.getAlwaysRenderNameTagForRender();
getArrowCountInEntity
Link to getarrowcountinentity
Restituisce un intero
ZenScript CopymyMCPlayerEntity.getArrowCountInEntity();
getBedDirection
Link to getbeddirection
gets the Direction for the camera if this entity is sleeping
Returns crafttweaker.api.util.Direction
ZenScript CopymyMCPlayerEntity.getBedDirection();
getBedLocation
Link to getbedlocation
Returns crafttweaker.api.util.BlockPos
ZenScript CopymyMCPlayerEntity.getBedLocation();
getBlockState
Link to getblockstate
Restituisce un crafttweaker.api.block.MCBlockState
ZenScript CopymyMCPlayerEntity.getBlockState();
getBrightness
Link to getbrightness
Gets how bright this entity is.
Returns float
ZenScript CopymyMCPlayerEntity.getBrightness();
getBrightnessForRender
Link to getbrightnessforrender
Restituisce un intero
ZenScript CopymyMCPlayerEntity.getBrightnessForRender();
getCachedUniqueIdString
Link to getcacheduniqueidstring
Ritorna una stringa
ZenScript CopymyMCPlayerEntity.getCachedUniqueIdString();
getClassification
Link to getclassification
Returns crafttweaker.api.entity.MCEntityClassification
ZenScript CopymyMCPlayerEntity.getClassification(forSpawnCount as boolean);
Parametro | Tipo | Descrizione |
---|---|---|
Parametro forSpawnCount | Tipo boolean | Descrizione Nessuna descrizione fornita |
getCollisionBorderSize
Link to getcollisionbordersize
Returns float
ZenScript CopymyMCPlayerEntity.getCollisionBorderSize();
getCooldownPeriod
Link to getcooldownperiod
Returns float
ZenScript CopymyMCPlayerEntity.getCooldownPeriod();
getCooledAttackStrength
Link to getcooledattackstrength
Returns the percentage of attack power available based on the cooldown (zero to one).
Returns float
ZenScript CopymyMCPlayerEntity.getCooledAttackStrength(adjustTicks as float);
Parametro | Tipo | Descrizione |
---|---|---|
Parametro adjustTicks | Tipo float | Descrizione Nessuna descrizione fornita |
getDigSpeed
Link to getdigspeed
Returns float
ZenScript CopymyMCPlayerEntity.getDigSpeed(state as crafttweaker.api.block.MCBlockState);
Parametro | Tipo | Descrizione |
---|---|---|
Parametro state | Tipo crafttweaker.api.block.MCBlockState | Descrizione Nessuna descrizione fornita |
Returns float
ZenScript CopymyMCPlayerEntity.getDigSpeed(arg0 as crafttweaker.api.block.MCBlockState, arg1 as crafttweaker.api.util.BlockPos);
Parametro | Tipo | Descrizione |
---|---|---|
Parametro arg0 | Tipo crafttweaker.api.block.MCBlockState | Descrizione Nessuna descrizione fornita |
Parametro arg1 | Tipo crafttweaker.api.util.BlockPos | Descrizione Nessuna descrizione fornita |
getDistanceSq
Link to getdistancesq
Returns double
ZenScript CopymyMCPlayerEntity.getDistanceSq(x as double, y as double, z as double);
Parametro | Tipo | Descrizione |
---|---|---|
Parametro x | Tipo double | Descrizione Nessuna descrizione fornita |
Parametro y | Tipo double | Descrizione Nessuna descrizione fornita |
Parametro z | Tipo double | Descrizione Nessuna descrizione fornita |
getEntityId
Link to getentityid
Restituisce un intero
ZenScript CopymyMCPlayerEntity.getEntityId();
getEntityString
Link to getentitystring
Ritorna una stringa
ZenScript CopymyMCPlayerEntity.getEntityString();
getEyeHeight
Link to geteyeheight
Returns float
ZenScript CopymyMCPlayerEntity.getEyeHeight();
getFireTimer
Link to getfiretimer
Restituisce un intero
ZenScript CopymyMCPlayerEntity.getFireTimer();
getHealth
Link to gethealth
Returns float
ZenScript CopymyMCPlayerEntity.getHealth();
getHeight
Link to getheight
Returns float
ZenScript CopymyMCPlayerEntity.getHeight();
getHeldItemMainhand
Link to gethelditemmainhand
Returns crafttweaker.api.item.IItemStack
ZenScript CopymyMCPlayerEntity.getHeldItemMainhand();
getHeldItemOffhand
Link to gethelditemoffhand
Returns crafttweaker.api.item.IItemStack
ZenScript CopymyMCPlayerEntity.getHeldItemOffhand();
getHorizontalFacing
Link to gethorizontalfacing
Gets the horizontal facing direction of this Entity.
Returns crafttweaker.api.util.Direction
ZenScript CopymyMCPlayerEntity.getHorizontalFacing();
getIdleTime
Link to getidletime
Restituisce un intero
ZenScript CopymyMCPlayerEntity.getIdleTime();
getItemInUseCount
Link to getiteminusecount
Restituisce un intero
ZenScript CopymyMCPlayerEntity.getItemInUseCount();
getItemInUseMaxCount
Link to getiteminusemaxcount
Restituisce un intero
ZenScript CopymyMCPlayerEntity.getItemInUseMaxCount();
getLastAttackedEntityTime
Link to getlastattackedentitytime
Restituisce un intero
ZenScript CopymyMCPlayerEntity.getLastAttackedEntityTime();
getLuck
Link to getluck
Returns float
ZenScript CopymyMCPlayerEntity.getLuck();
getMaxAir
Link to getmaxair
Restituisce un intero
ZenScript CopymyMCPlayerEntity.getMaxAir();
getMaxFallHeight
Link to getmaxfallheight
The maximum height from where the entity is alowed to jump (used in pathfinder)
Restituisce un intero
ZenScript CopymyMCPlayerEntity.getMaxFallHeight();
getMaxHealth
Link to getmaxhealth
Returns float
ZenScript CopymyMCPlayerEntity.getMaxHealth();
getMaxInPortalTime
Link to getmaxinportaltime
Return the amount of time this entity should stay in a portal before being transported.
Restituisce un intero
ZenScript CopymyMCPlayerEntity.getMaxInPortalTime();
getMountedYOffset
Link to getmountedyoffset
Returns the Y offset from the entity's position for any entity riding this one.
Returns double
ZenScript CopymyMCPlayerEntity.getMountedYOffset();
getPitch
Link to getpitch
Gets the current pitch of the entity.
Returns float
ZenScript CopymyMCPlayerEntity.getPitch(partialTicks as float);
Parametro | Tipo | Descrizione |
---|---|---|
Parametro partialTicks | Tipo float | Descrizione Nessuna descrizione fornita |
getPortalCooldown
Link to getportalcooldown
Return the amount of cooldown before this entity can use a portal again.
Restituisce un intero
ZenScript CopymyMCPlayerEntity.getPortalCooldown();
getPosition
Link to getposition
Get the position in the world. {@code null} is not allowed! If you are not an entity in the world, return the coordinates 0, 0, 0
Returns crafttweaker.api.util.BlockPos
ZenScript CopymyMCPlayerEntity.getPosition();
getRenderScale
Link to getrenderscale
Returns float
ZenScript CopymyMCPlayerEntity.getRenderScale();
getRevengeTimer
Link to getrevengetimer
Restituisce un intero
ZenScript CopymyMCPlayerEntity.getRevengeTimer();
getRotationYawHead
Link to getrotationyawhead
Returns float
ZenScript CopymyMCPlayerEntity.getRotationYawHead();
getScore
Link to getscore
Restituisce un intero
ZenScript CopymyMCPlayerEntity.getScore();
getScoreboardName
Link to getscoreboardname
Returns a String to use as this entity's name in the scoreboard/entity selector systems
Ritorna una stringa
ZenScript CopymyMCPlayerEntity.getScoreboardName();
getSleepTimer
Link to getsleeptimer
Restituisce un intero
ZenScript CopymyMCPlayerEntity.getSleepTimer();
getSubmergedHeight
Link to getsubmergedheight
Returns double
ZenScript CopymyMCPlayerEntity.getSubmergedHeight();
getSwimAnimation
Link to getswimanimation
Returns float
ZenScript CopymyMCPlayerEntity.getSwimAnimation(partialTicks as float);
Parametro | Tipo | Descrizione |
---|---|---|
Parametro partialTicks | Tipo float | Descrizione Nessuna descrizione fornita |
getSwingProgress
Link to getswingprogress
Gets the progression of the swing animation, ranges from 0.0 to 1.0.
Returns float
ZenScript CopymyMCPlayerEntity.getSwingProgress(partialTickTime as float);
Parametro | Tipo | Descrizione |
---|---|---|
Parametro partialTickTime | Tipo float | Descrizione Nessuna descrizione fornita |
getTags
Link to gettags
Returns Set
ZenScript CopymyMCPlayerEntity.getTags();
getTeleportDirection
Link to getteleportdirection
Returns crafttweaker.api.util.Direction
ZenScript CopymyMCPlayerEntity.getTeleportDirection();
getTicksElytraFlying
Link to gettickselytraflying
Restituisce un intero
ZenScript CopymyMCPlayerEntity.getTicksElytraFlying();
getTotalArmorValue
Link to gettotalarmorvalue
Returns the current armor value as determined by a call to InventoryPlayer.getTotalArmorValue
Restituisce un intero
ZenScript CopymyMCPlayerEntity.getTotalArmorValue();
getWidth
Link to getwidth
Returns float
ZenScript CopymyMCPlayerEntity.getWidth();
getXPSeed
Link to getxpseed
Restituisce un intero
ZenScript CopymyMCPlayerEntity.getXPSeed();
getYOffset
Link to getyoffset
Returns the Y Offset of this entity.
Returns double
ZenScript CopymyMCPlayerEntity.getYOffset();
getYaw
Link to getyaw
Gets the current yaw of the entity
Returns float
ZenScript CopymyMCPlayerEntity.getYaw(partialTicks as float);
Parametro | Tipo | Descrizione |
---|---|---|
Parametro partialTicks | Tipo float | Descrizione Nessuna descrizione fornita |
giveExperiencePoints
Link to giveexperiencepoints
ZenScript CopymyMCPlayerEntity.giveExperiencePoints(p_195068_1_ as int);
Parametro | Tipo | Descrizione |
---|---|---|
Parametro p_195068_1_ | Tipo int | Descrizione Nessuna descrizione fornita |
handleStatusUpdate
Link to handlestatusupdate
ZenScript CopymyMCPlayerEntity.handleStatusUpdate(id as byte);
Parametro | Tipo | Descrizione |
---|---|---|
Parametro id | Tipo byte | Descrizione Nessuna descrizione fornita |
handleWaterMovement
Link to handlewatermovement
Returns if this entity is in water and will end up adding the waters velocity to the entity
Restituisce un booleano
ZenScript CopymyMCPlayerEntity.handleWaterMovement();
hasCustomName
Link to hascustomname
Restituisce un booleano
ZenScript CopymyMCPlayerEntity.hasCustomName();
hasNoGravity
Link to hasnogravity
Restituisce un booleano
ZenScript CopymyMCPlayerEntity.hasNoGravity();
hasPermissionLevel
Link to haspermissionlevel
Restituisce un booleano
ZenScript CopymyMCPlayerEntity.hasPermissionLevel(p_211513_1_ as int);
Parametro | Tipo | Descrizione |
---|---|---|
Parametro p_211513_1_ | Tipo int | Descrizione Nessuna descrizione fornita |
hasReducedDebug
Link to hasreduceddebug
Whether the "reducedDebugInfo" option is active for this player.
Restituisce un booleano
ZenScript CopymyMCPlayerEntity.hasReducedDebug();
hashCode
Link to hashcode
Restituisce un intero
ZenScript CopymyMCPlayerEntity.hashCode();
heal
Link to heal
Heal living entity (param: amount of half-hearts)
ZenScript CopymyMCPlayerEntity.heal(healAmount as float);
Parametro | Tipo | Descrizione |
---|---|---|
Parametro healAmount | Tipo float | Descrizione Nessuna descrizione fornita |
ignoreItemEntityData
Link to ignoreitementitydata
Controlla se i giocatori possono sfruttare questa entità per accedere sia direttamente sia indirettamente a comandi operatore (livello di permesso 2), come per esempio give o setblock. A similar method exists for entities at {@link net.minecraft.tileentity.TileEntity#onlyOpsCanSetNbt()}.
For example, {@link net.minecraft.entity.item.EntityMinecartCommandBlock#ignoreItemEntityData() command block minecarts} and {@link net.minecraft.entity.item.EntityMinecartMobSpawner#ignoreItemEntityData() mob spawner minecarts} (spawning command block minecarts or drops) are considered accessible.
Returns:true if this entity offers ways for unauthorized players to use restricted commands
Restituisce un booleano
ZenScript CopymyMCPlayerEntity.ignoreItemEntityData();
isActiveItemStackBlocking
Link to isactiveitemstackblocking
Restituisce un booleano
ZenScript CopymyMCPlayerEntity.isActiveItemStackBlocking();
isAddedToWorld
Link to isaddedtoworld
Restituisce un booleano
ZenScript CopymyMCPlayerEntity.isAddedToWorld();
isAlive
Link to isalive
Returns true if the entity has not been .
Restituisce un booleano
ZenScript CopymyMCPlayerEntity.isAlive();
isAllowEdit
Link to isallowedit
Restituisce un booleano
ZenScript CopymyMCPlayerEntity.isAllowEdit();
isBeingRidden
Link to isbeingridden
If at least 1 entity is riding this one
Restituisce un booleano
ZenScript CopymyMCPlayerEntity.isBeingRidden();
isBurning
Link to isburning
Returns true if the entity is on fire. Used by render to add the fire effect on rendering.
Restituisce un booleano
ZenScript CopymyMCPlayerEntity.isBurning();
isChild
Link to ischild
If Animal, checks if the age timer is negative
Restituisce un booleano
ZenScript CopymyMCPlayerEntity.isChild();
isCreative
Link to iscreative
Restituisce un booleano
ZenScript CopymyMCPlayerEntity.isCreative();
isCustomNameVisible
Link to iscustomnamevisible
Restituisce un booleano
ZenScript CopymyMCPlayerEntity.isCustomNameVisible();
isElytraFlying
Link to iselytraflying
Restituisce un booleano
ZenScript CopymyMCPlayerEntity.isElytraFlying();
isEntityInsideOpaqueBlock
Link to isentityinsideopaqueblock
Checks if this entity is inside of an opaque block
Restituisce un booleano
ZenScript CopymyMCPlayerEntity.isEntityInsideOpaqueBlock();
isEntityUndead
Link to isentityundead
Returns true if this entity is undead.
Restituisce un booleano
ZenScript CopymyMCPlayerEntity.isEntityUndead();
isGlowing
Link to isglowing
Restituisce un booleano
ZenScript CopymyMCPlayerEntity.isGlowing();
isHandActive
Link to ishandactive
Restituisce un booleano
ZenScript CopymyMCPlayerEntity.isHandActive();
isImmuneToExplosions
Link to isimmunetoexplosions
Restituisce un booleano
ZenScript CopymyMCPlayerEntity.isImmuneToExplosions();
isImmuneToFire
Link to isimmunetofire
Restituisce un booleano
ZenScript CopymyMCPlayerEntity.isImmuneToFire();
isInLava
Link to isinlava
Restituisce un booleano
ZenScript CopymyMCPlayerEntity.isInLava();
isInRangeToRender3d
Link to isinrangetorender3d
Restituisce un booleano
ZenScript CopymyMCPlayerEntity.isInRangeToRender3d(x as double, y as double, z as double);
Parametro | Tipo | Descrizione |
---|---|---|
Parametro x | Tipo double | Descrizione Nessuna descrizione fornita |
Parametro y | Tipo double | Descrizione Nessuna descrizione fornita |
Parametro z | Tipo double | Descrizione Nessuna descrizione fornita |
isInRangeToRenderDist
Link to isinrangetorenderdist
Checks if the entity is in range to render.
Restituisce un booleano
ZenScript CopymyMCPlayerEntity.isInRangeToRenderDist(distance as double);
Parametro | Tipo | Descrizione |
---|---|---|
Parametro distance | Tipo double | Descrizione Nessuna descrizione fornita |
isInWater
Link to isinwater
Checks if this entity is inside water (if inWater field is true as a result of handleWaterMovement() returning true)
Restituisce un booleano
ZenScript CopymyMCPlayerEntity.isInWater();
isInWaterOrBubbleColumn
Link to isinwaterorbubblecolumn
Restituisce un booleano
ZenScript CopymyMCPlayerEntity.isInWaterOrBubbleColumn();
isInWaterRainOrBubbleColumn
Link to isinwaterrainorbubblecolumn
Restituisce un booleano
ZenScript CopymyMCPlayerEntity.isInWaterRainOrBubbleColumn();
isInvisible
Link to isinvisible
Restituisce un booleano
ZenScript CopymyMCPlayerEntity.isInvisible();
isInvisibleToPlayer
Link to isinvisibletoplayer
Only used by renderer in EntityLivingBase subclasses. Determines if an entity is visible or not to a specific player, if the entity is normally invisible. For EntityLivingBase subclasses, returning false when invisible will render the entity semi-transparent.
Restituisce un booleano
ZenScript CopymyMCPlayerEntity.isInvisibleToPlayer(player as crafttweaker.api.entity.player.MCPlayerEntity);
Parametro | Tipo | Descrizione |
---|---|---|
Parametro player | Tipo crafttweaker.api.entity.player.MCPlayerEntity | Descrizione Nessuna descrizione fornita |
isInvulnerable
Link to isinvulnerable
Restituisce un booleano
ZenScript CopymyMCPlayerEntity.isInvulnerable();
isLiving
Link to isliving
Restituisce un booleano
ZenScript CopymyMCPlayerEntity.isLiving();
isNonBoss
Link to isnonboss
Returns false if this Entity is a boss, true otherwise.
Restituisce un booleano
ZenScript CopymyMCPlayerEntity.isNonBoss();
isOffsetPositionInLiquid
Link to isoffsetpositioninliquid
Checks if the offset position from the entity's current position is inside of a liquid.
Restituisce un booleano
ZenScript CopymyMCPlayerEntity.isOffsetPositionInLiquid(x as double, y as double, z as double);
Parametro | Tipo | Descrizione |
---|---|---|
Parametro x | Tipo double | Descrizione Nessuna descrizione fornita |
Parametro y | Tipo double | Descrizione Nessuna descrizione fornita |
Parametro z | Tipo double | Descrizione Nessuna descrizione fornita |
isOnLadder
Link to isonladder
Returns true if this entity should move as if it were on a ladder (either because it's actually on a ladder, or for AI reasons)
Restituisce un booleano
ZenScript CopymyMCPlayerEntity.isOnLadder();
isOnePlayerRiding
Link to isoneplayerriding
Restituisce un booleano
ZenScript CopymyMCPlayerEntity.isOnePlayerRiding();
isPassenger
Link to ispassenger
Restituisce un booleano
ZenScript CopymyMCPlayerEntity.isPassenger();
isPlayerFullyAsleep
Link to isplayerfullyasleep
Returns whether or not the player is asleep and the screen has fully faded.
Restituisce un booleano
ZenScript CopymyMCPlayerEntity.isPlayerFullyAsleep();
isPotionActive
Link to ispotionactive
Restituisce un booleano
ZenScript CopymyMCPlayerEntity.isPotionActive(potionIn as crafttweaker.api.potion.MCPotionEffect);
Parametro | Tipo | Descrizione |
---|---|---|
Parametro potionIn | Tipo crafttweaker.api.potion.MCPotionEffect | Descrizione Nessuna descrizione fornita |
isPotionApplicable
Link to ispotionapplicable
Restituisce un booleano
ZenScript CopymyMCPlayerEntity.isPotionApplicable(potioneffectIn as crafttweaker.api.potion.MCPotionEffectInstance);
Parametro | Tipo | Descrizione |
---|---|---|
Parametro potioneffectIn | Tipo crafttweaker.api.potion.MCPotionEffectInstance | Descrizione Nessuna descrizione fornita |
isPushedByWater
Link to ispushedbywater
Restituisce un booleano
ZenScript CopymyMCPlayerEntity.isPushedByWater();
isServerWorld
Link to isserverworld
Returns whether the entity is in a server world
Restituisce un booleano
ZenScript CopymyMCPlayerEntity.isServerWorld();
isSilent
Link to issilent
Returns: True if this entity will not play sounds
Restituisce un booleano
ZenScript CopymyMCPlayerEntity.isSilent();
isSleeping
Link to issleeping
Returns whether player is sleeping or not
Restituisce un booleano
ZenScript CopymyMCPlayerEntity.isSleeping();
isSneaking
Link to issneaking
Returns if this entity is sneaking.
Restituisce un booleano
ZenScript CopymyMCPlayerEntity.isSneaking();
isSpawnForced
Link to isspawnforced
Restituisce un booleano
ZenScript CopymyMCPlayerEntity.isSpawnForced();
isSpectator
Link to isspectator
Returns true if the player is in spectator mode.
Restituisce un booleano
ZenScript CopymyMCPlayerEntity.isSpectator();
isSpinAttacking
Link to isspinattacking
Restituisce un booleano
ZenScript CopymyMCPlayerEntity.isSpinAttacking();
isSprinting
Link to issprinting
Get if the Entity is sprinting.
Restituisce un booleano
ZenScript CopymyMCPlayerEntity.isSprinting();
isSwimming
Link to isswimming
Restituisce un booleano
ZenScript CopymyMCPlayerEntity.isSwimming();
isUser
Link to isuser
returns true if this is an EntityPlayerSP, or the logged in player.
Restituisce un booleano
ZenScript CopymyMCPlayerEntity.isUser();
isWet
Link to iswet
Checks if this entity is either in water or on an open air block in rain (used in wolves).
Restituisce un booleano
ZenScript CopymyMCPlayerEntity.isWet();
jump
Link to jump
Causes this entity to do an upwards motion (jumping).
ZenScript CopymyMCPlayerEntity.jump();
livingTick
Link to livingtick
Called frequently so the entity can update its state every tick as required. For example, zombies and skeletons use this to react to sunlight and start to burn.
ZenScript CopymyMCPlayerEntity.livingTick();
moveToBlockPosAndAngles
Link to movetoblockposandangles
ZenScript CopymyMCPlayerEntity.moveToBlockPosAndAngles(pos as crafttweaker.api.util.BlockPos, rotationYawIn as float, rotationPitchIn as float);
Parametro | Tipo | Descrizione |
---|---|---|
Parametro pos | Tipo crafttweaker.api.util.BlockPos | Descrizione Nessuna descrizione fornita |
Parametro rotationYawIn | Tipo float | Descrizione Nessuna descrizione fornita |
Parametro rotationPitchIn | Tipo float | Descrizione Nessuna descrizione fornita |
onAddedToWorld
Link to onaddedtoworld
ZenScript CopymyMCPlayerEntity.onAddedToWorld();
onCollideWithPlayer
Link to oncollidewithplayer
Called by a player entity when they collide with an entity
ZenScript CopymyMCPlayerEntity.onCollideWithPlayer(entityIn as crafttweaker.api.entity.player.MCPlayerEntity);
Parametro | Tipo | Descrizione |
---|---|---|
Parametro entityIn | Tipo crafttweaker.api.entity.player.MCPlayerEntity | Descrizione Nessuna descrizione fornita |
onEnchant
Link to onenchant
ZenScript CopymyMCPlayerEntity.onEnchant(enchantedItem as crafttweaker.api.item.IItemStack, cost as int);
Parametro | Tipo | Descrizione |
---|---|---|
Parametro enchantedItem | Tipo crafttweaker.api.item.IItemStack | Descrizione Nessuna descrizione fornita |
Parametro cost | Tipo int | Descrizione Nessuna descrizione fornita |
onEnterBubbleColumn
Link to onenterbubblecolumn
ZenScript CopymyMCPlayerEntity.onEnterBubbleColumn(downwards as boolean);
Parametro | Tipo | Descrizione |
---|---|---|
Parametro downwards | Tipo boolean | Descrizione Nessuna descrizione fornita |
onEnterBubbleColumnWithAirAbove
Link to onenterbubblecolumnwithairabove
ZenScript CopymyMCPlayerEntity.onEnterBubbleColumnWithAirAbove(downwards as boolean);
Parametro | Tipo | Descrizione |
---|---|---|
Parametro downwards | Tipo boolean | Descrizione Nessuna descrizione fornita |
onKillCommand
Link to onkillcommand
Called by the /kill command.
ZenScript CopymyMCPlayerEntity.onKillCommand();
onRemovedFromWorld
Link to onremovedfromworld
ZenScript CopymyMCPlayerEntity.onRemovedFromWorld();
performHurtAnimation
Link to performhurtanimation
Setups the entity to do the hurt animation. Only used by packets in multiplayer.
ZenScript CopymyMCPlayerEntity.performHurtAnimation();
preparePlayerToSpawn
Link to prepareplayertospawn
Keeps moving the entity up so it isn't colliding with blocks and other requirements for this entity to be spawned (only actually used on players though its also on Entity)
ZenScript CopymyMCPlayerEntity.preparePlayerToSpawn();
recalculateSize
Link to recalculatesize
ZenScript CopymyMCPlayerEntity.recalculateSize();
remove
Link to remove
ZenScript CopymyMCPlayerEntity.remove();
ZenScript CopymyMCPlayerEntity.remove(keepData as boolean);
Parametro | Tipo | Descrizione |
---|---|---|
Parametro keepData | Tipo boolean | Descrizione Nessuna descrizione fornita |
removeActivePotionEffect
Link to removeactivepotioneffect
Returns crafttweaker.api.potion.MCPotionEffectInstance
ZenScript CopymyMCPlayerEntity.removeActivePotionEffect(arg0 as crafttweaker.api.potion.MCPotionEffect);
Parametro | Tipo | Descrizione |
---|---|---|
Parametro arg0 | Tipo crafttweaker.api.potion.MCPotionEffect | Descrizione Nessuna descrizione fornita |
removePassengers
Link to removepassengers
Dismounts all entities riding this entity from this entity.
ZenScript CopymyMCPlayerEntity.removePassengers();
removePotionEffect
Link to removepotioneffect
Restituisce un booleano
ZenScript CopymyMCPlayerEntity.removePotionEffect(effectIn as crafttweaker.api.potion.MCPotionEffect);
Parametro | Tipo | Descrizione |
---|---|---|
Parametro effectIn | Tipo crafttweaker.api.potion.MCPotionEffect | Descrizione Nessuna descrizione fornita |
removeTag
Link to removetag
Restituisce un booleano
ZenScript CopymyMCPlayerEntity.removeTag(tag as String);
Parametro | Tipo | Descrizione |
---|---|---|
Parametro tag | Tipo String | Descrizione Nessuna descrizione fornita |
replaceItemInInventory
Link to replaceitemininventory
Restituisce un booleano
ZenScript CopymyMCPlayerEntity.replaceItemInInventory(inventorySlot as int, itemStackIn as crafttweaker.api.item.IItemStack);
Parametro | Tipo | Descrizione |
---|---|---|
Parametro inventorySlot | Tipo int | Descrizione Nessuna descrizione fornita |
Parametro itemStackIn | Tipo crafttweaker.api.item.IItemStack | Descrizione Nessuna descrizione fornita |
resetActiveHand
Link to resetactivehand
ZenScript CopymyMCPlayerEntity.resetActiveHand();
resetCooldown
Link to resetcooldown
ZenScript CopymyMCPlayerEntity.resetCooldown();
resetPositionToBB
Link to resetpositiontobb
Resets the entity's position to the center (planar) and bottom (vertical) points of its bounding box.
ZenScript CopymyMCPlayerEntity.resetPositionToBB();
respawnPlayer
Link to respawnplayer
ZenScript CopymyMCPlayerEntity.respawnPlayer();
revive
Link to revive
ZenScript CopymyMCPlayerEntity.revive();
rotateTowards
Link to rotatetowards
ZenScript CopymyMCPlayerEntity.rotateTowards(yaw as double, pitch as double);
Parametro | Tipo | Descrizione |
---|---|---|
Parametro yaw | Tipo double | Descrizione Nessuna descrizione fornita |
Parametro pitch | Tipo double | Descrizione Nessuna descrizione fornita |
sendEndCombat
Link to sendendcombat
Sends an END_COMBAT packet to the client
ZenScript CopymyMCPlayerEntity.sendEndCombat();
sendEnterCombat
Link to sendentercombat
Sends an ENTER_COMBAT packet to the client
ZenScript CopymyMCPlayerEntity.sendEnterCombat();
sendPlayerAbilities
Link to sendplayerabilities
Sends the player's abilities to the server (if there is one).
ZenScript CopymyMCPlayerEntity.sendPlayerAbilities();
setAIMoveSpeed
Link to setaimovespeed
set the movespeed used for the new AI system
ZenScript CopymyMCPlayerEntity.setAIMoveSpeed(speedIn as float);
Parametro | Tipo | Descrizione |
---|---|---|
Parametro speedIn | Tipo float | Descrizione Nessuna descrizione fornita |
setAbsorptionAmount
Link to setabsorptionamount
ZenScript CopymyMCPlayerEntity.setAbsorptionAmount(amount as float);
Parametro | Tipo | Descrizione |
---|---|---|
Parametro amount | Tipo float | Descrizione Nessuna descrizione fornita |
setAir
Link to setair
ZenScript CopymyMCPlayerEntity.setAir(air as int);
Parametro | Tipo | Descrizione |
---|---|---|
Parametro air | Tipo int | Descrizione Nessuna descrizione fornita |
setArrowCountInEntity
Link to setarrowcountinentity
ZenScript CopymyMCPlayerEntity.setArrowCountInEntity(count as int);
Parametro | Tipo | Descrizione |
---|---|---|
Parametro count | Tipo int | Descrizione Nessuna descrizione fornita |
setBedPosition
Link to setbedposition
ZenScript CopymyMCPlayerEntity.setBedPosition(p_213369_1_ as crafttweaker.api.util.BlockPos);
Parametro | Tipo | Descrizione |
---|---|---|
Parametro p_213369_1_ | Tipo crafttweaker.api.util.BlockPos | Descrizione Nessuna descrizione fornita |
setCustomNameVisible
Link to setcustomnamevisible
ZenScript CopymyMCPlayerEntity.setCustomNameVisible(alwaysRenderNameTag as boolean);
Parametro | Tipo | Descrizione |
---|---|---|
Parametro alwaysRenderNameTag | Tipo boolean | Descrizione Nessuna descrizione fornita |
setEntityId
Link to setentityid
ZenScript CopymyMCPlayerEntity.setEntityId(id as int);
Parametro | Tipo | Descrizione |
---|---|---|
Parametro id | Tipo int | Descrizione Nessuna descrizione fornita |
setFire
Link to setfire
Sets entity to burn for x amount of seconds, cannot lower amount of existing fire.
ZenScript CopymyMCPlayerEntity.setFire(seconds as int);
Parametro | Tipo | Descrizione |
---|---|---|
Parametro seconds | Tipo int | Descrizione Nessuna descrizione fornita |
setFireTimer
Link to setfiretimer
ZenScript CopymyMCPlayerEntity.setFireTimer(p_223308_1_ as int);
Parametro | Tipo | Descrizione |
---|---|---|
Parametro p_223308_1_ | Tipo int | Descrizione Nessuna descrizione fornita |
setGlowing
Link to setglowing
ZenScript CopymyMCPlayerEntity.setGlowing(glowingIn as boolean);
Parametro | Tipo | Descrizione |
---|---|---|
Parametro glowingIn | Tipo boolean | Descrizione Nessuna descrizione fornita |
setHeadRotation
Link to setheadrotation
ZenScript CopymyMCPlayerEntity.setHeadRotation(yaw as float, pitch as int);
Parametro | Tipo | Descrizione |
---|---|---|
Parametro yaw | Tipo float | Descrizione Nessuna descrizione fornita |
Parametro pitch | Tipo int | Descrizione Nessuna descrizione fornita |
setHealth
Link to sethealth
ZenScript CopymyMCPlayerEntity.setHealth(health as float);
Parametro | Tipo | Descrizione |
---|---|---|
Parametro health | Tipo float | Descrizione Nessuna descrizione fornita |
setIdleTime
Link to setidletime
ZenScript CopymyMCPlayerEntity.setIdleTime(idleTimeIn as int);
Parametro | Tipo | Descrizione |
---|---|---|
Parametro idleTimeIn | Tipo int | Descrizione Nessuna descrizione fornita |
setInLava
Link to setinlava
ZenScript CopymyMCPlayerEntity.setInLava();
setInvisible
Link to setinvisible
ZenScript CopymyMCPlayerEntity.setInvisible(invisible as boolean);
Parametro | Tipo | Descrizione |
---|---|---|
Parametro invisible | Tipo boolean | Descrizione Nessuna descrizione fornita |
setInvulnerable
Link to setinvulnerable
Sets whether this Entity is invulnerable.
ZenScript CopymyMCPlayerEntity.setInvulnerable(isInvulnerable as boolean);
Parametro | Tipo | Descrizione |
---|---|---|
Parametro isInvulnerable | Tipo boolean | Descrizione Nessuna descrizione fornita |
setJumping
Link to setjumping
ZenScript CopymyMCPlayerEntity.setJumping(jumping as boolean);
Parametro | Tipo | Descrizione |
---|---|---|
Parametro jumping | Tipo boolean | Descrizione Nessuna descrizione fornita |
setLocationAndAngles
Link to setlocationandangles
Sets the location and Yaw/Pitch of an entity in the world
ZenScript CopymyMCPlayerEntity.setLocationAndAngles(x as double, y as double, z as double, yaw as float, pitch as float);
Parametro | Tipo | Descrizione |
---|---|---|
Parametro x | Tipo double | Descrizione Nessuna descrizione fornita |
Parametro y | Tipo double | Descrizione Nessuna descrizione fornita |
Parametro z | Tipo double | Descrizione Nessuna descrizione fornita |
Parametro yaw | Tipo float | Descrizione Nessuna descrizione fornita |
Parametro pitch | Tipo float | Descrizione Nessuna descrizione fornita |
setMotion
Link to setmotion
ZenScript CopymyMCPlayerEntity.setMotion(x as double, y as double, z as double);
Parametro | Tipo | Descrizione |
---|---|---|
Parametro x | Tipo double | Descrizione Nessuna descrizione fornita |
Parametro y | Tipo double | Descrizione Nessuna descrizione fornita |
Parametro z | Tipo double | Descrizione Nessuna descrizione fornita |
setNoGravity
Link to setnogravity
ZenScript CopymyMCPlayerEntity.setNoGravity(noGravity as boolean);
Parametro | Tipo | Descrizione |
---|---|---|
Parametro noGravity | Tipo boolean | Descrizione Nessuna descrizione fornita |
setPartying
Link to setpartying
Called when a record starts or stops playing. Used to make parrots start or stop partying.
ZenScript CopymyMCPlayerEntity.setPartying(pos as crafttweaker.api.util.BlockPos, isPartying as boolean);
Parametro | Tipo | Descrizione |
---|---|---|
Parametro pos | Tipo crafttweaker.api.util.BlockPos | Descrizione Nessuna descrizione fornita |
Parametro isPartying | Tipo boolean | Descrizione Nessuna descrizione fornita |
setPortal
Link to setportal
Marks the entity as being inside a portal, activating teleportation logic in onEntityUpdate() in the following tick(s).
ZenScript CopymyMCPlayerEntity.setPortal(pos as crafttweaker.api.util.BlockPos);
Parametro | Tipo | Descrizione |
---|---|---|
Parametro pos | Tipo crafttweaker.api.util.BlockPos | Descrizione Nessuna descrizione fornita |
setPosition
Link to setposition
Sets the x,y,z of the entity from the given parameters. Also seems to set up a bounding box.
ZenScript CopymyMCPlayerEntity.setPosition(x as double, y as double, z as double);
Parametro | Tipo | Descrizione |
---|---|---|
Parametro x | Tipo double | Descrizione Nessuna descrizione fornita |
Parametro y | Tipo double | Descrizione Nessuna descrizione fornita |
Parametro z | Tipo double | Descrizione Nessuna descrizione fornita |
setPositionAndRotation
Link to setpositionandrotation
Sets position and rotation, clamping and wrapping params to valid values. Used by network code.
ZenScript CopymyMCPlayerEntity.setPositionAndRotation(x as double, y as double, z as double, yaw as float, pitch as float);
Parametro | Tipo | Descrizione |
---|---|---|
Parametro x | Tipo double | Descrizione Nessuna descrizione fornita |
Parametro y | Tipo double | Descrizione Nessuna descrizione fornita |
Parametro z | Tipo double | Descrizione Nessuna descrizione fornita |
Parametro yaw | Tipo float | Descrizione Nessuna descrizione fornita |
Parametro pitch | Tipo float | Descrizione Nessuna descrizione fornita |
setPositionAndRotationDirect
Link to setpositionandrotationdirect
Sets a target for the client to interpolate towards over the next few ticks
ZenScript CopymyMCPlayerEntity.setPositionAndRotationDirect(x as double, y as double, z as double, yaw as float, pitch as float, posRotationIncrements as int, teleport as boolean);
Parametro | Tipo | Descrizione |
---|---|---|
Parametro x | Tipo double | Descrizione Nessuna descrizione fornita |
Parametro y | Tipo double | Descrizione Nessuna descrizione fornita |
Parametro z | Tipo double | Descrizione Nessuna descrizione fornita |
Parametro yaw | Tipo float | Descrizione Nessuna descrizione fornita |
Parametro pitch | Tipo float | Descrizione Nessuna descrizione fornita |
Parametro posRotationIncrements | Tipo int | Descrizione Nessuna descrizione fornita |
Parametro teleport | Tipo boolean | Descrizione Nessuna descrizione fornita |
setPositionAndUpdate
Link to setpositionandupdate
Sets the position of the entity and updates the 'last' variables
ZenScript CopymyMCPlayerEntity.setPositionAndUpdate(x as double, y as double, z as double);
Parametro | Tipo | Descrizione |
---|---|---|
Parametro x | Tipo double | Descrizione Nessuna descrizione fornita |
Parametro y | Tipo double | Descrizione Nessuna descrizione fornita |
Parametro z | Tipo double | Descrizione Nessuna descrizione fornita |
setPositionNonDirty
Link to setpositionnondirty
Restituisce un booleano
ZenScript CopymyMCPlayerEntity.setPositionNonDirty();
setReducedDebug
Link to setreduceddebug
ZenScript CopymyMCPlayerEntity.setReducedDebug(reducedDebug as boolean);
Parametro | Tipo | Descrizione |
---|---|---|
Parametro reducedDebug | Tipo boolean | Descrizione Nessuna descrizione fornita |
setRenderYawOffset
Link to setrenderyawoffset
Set the render yaw offset
ZenScript CopymyMCPlayerEntity.setRenderYawOffset(offset as float);
Parametro | Tipo | Descrizione |
---|---|---|
Parametro offset | Tipo float | Descrizione Nessuna descrizione fornita |
setRotationYawHead
Link to setrotationyawhead
Sets the head's yaw rotation of the entity.
ZenScript CopymyMCPlayerEntity.setRotationYawHead(rotation as float);
Parametro | Tipo | Descrizione |
---|---|---|
Parametro rotation | Tipo float | Descrizione Nessuna descrizione fornita |
setScore
Link to setscore
Set player's score
ZenScript CopymyMCPlayerEntity.setScore(scoreIn as int);
Parametro | Tipo | Descrizione |
---|---|---|
Parametro scoreIn | Tipo int | Descrizione Nessuna descrizione fornita |
setSilent
Link to setsilent
When set to true the entity will not play sounds.
ZenScript CopymyMCPlayerEntity.setSilent(isSilent as boolean);
Parametro | Tipo | Descrizione |
---|---|---|
Parametro isSilent | Tipo boolean | Descrizione Nessuna descrizione fornita |
setSneaking
Link to setsneaking
Sets the sneaking flag.
ZenScript CopymyMCPlayerEntity.setSneaking(sneaking as boolean);
Parametro | Tipo | Descrizione |
---|---|---|
Parametro sneaking | Tipo boolean | Descrizione Nessuna descrizione fornita |
setSpawnPoint
Link to setspawnpoint
ZenScript CopymyMCPlayerEntity.setSpawnPoint(pos as crafttweaker.api.util.BlockPos, forced as boolean);
Parametro | Tipo | Descrizione |
---|---|---|
Parametro pos | Tipo crafttweaker.api.util.BlockPos | Descrizione Nessuna descrizione fornita |
Parametro forced | Tipo boolean | Descrizione Nessuna descrizione fornita |
setSprinting
Link to setsprinting
Set sprinting switch for Entity.
ZenScript CopymyMCPlayerEntity.setSprinting(sprinting as boolean);
Parametro | Tipo | Descrizione |
---|---|---|
Parametro sprinting | Tipo boolean | Descrizione Nessuna descrizione fornita |
setSwimming
Link to setswimming
ZenScript CopymyMCPlayerEntity.setSwimming(p_204711_1_ as boolean);
Parametro | Tipo | Descrizione |
---|---|---|
Parametro p_204711_1_ | Tipo boolean | Descrizione Nessuna descrizione fornita |
setVelocity
Link to setvelocity
Updates the entity motion clientside, called by packets from the server
ZenScript CopymyMCPlayerEntity.setVelocity(x as double, y as double, z as double);
Parametro | Tipo | Descrizione |
---|---|---|
Parametro x | Tipo double | Descrizione Nessuna descrizione fornita |
Parametro y | Tipo double | Descrizione Nessuna descrizione fornita |
Parametro z | Tipo double | Descrizione Nessuna descrizione fornita |
shouldHeal
Link to shouldheal
Checks if the player's health is not full and not zero.
Restituisce un booleano
ZenScript CopymyMCPlayerEntity.shouldHeal();
shouldReceiveErrors
Link to shouldreceiveerrors
Restituisce un booleano
ZenScript CopymyMCPlayerEntity.shouldReceiveErrors();
shouldReceiveFeedback
Link to shouldreceivefeedback
Restituisce un booleano
ZenScript CopymyMCPlayerEntity.shouldReceiveFeedback();
shouldRenderSneaking
Link to shouldrendersneaking
Restituisce un booleano
ZenScript CopymyMCPlayerEntity.shouldRenderSneaking();
shouldRiderFaceForward
Link to shouldriderfaceforward
Returns true if the entity's rider (EntityPlayer) should face forward when mounted. currently only used in vanilla code by pigs.
Restituisce un booleano
ZenScript CopymyMCPlayerEntity.shouldRiderFaceForward(player as crafttweaker.api.entity.player.MCPlayerEntity);
Parametro | Tipo | Descrizione |
---|---|---|
Parametro player | Tipo crafttweaker.api.entity.player.MCPlayerEntity | Descrizione The player who is riding the entity. |
shouldRiderSit
Link to shouldridersit
Restituisce un booleano
ZenScript CopymyMCPlayerEntity.shouldRiderSit();
spawnRunningParticles
Link to spawnrunningparticles
Attempts to create sprinting particles if the entity is sprinting and not in water.
ZenScript CopymyMCPlayerEntity.spawnRunningParticles();
spawnSweepParticles
Link to spawnsweepparticles
ZenScript CopymyMCPlayerEntity.spawnSweepParticles();
startSleeping
Link to startsleeping
ZenScript CopymyMCPlayerEntity.startSleeping(p_213342_1_ as crafttweaker.api.util.BlockPos);
Parametro | Tipo | Descrizione |
---|---|---|
Parametro p_213342_1_ | Tipo crafttweaker.api.util.BlockPos | Descrizione Nessuna descrizione fornita |
startSpinAttack
Link to startspinattack
ZenScript CopymyMCPlayerEntity.startSpinAttack(p_204803_1_ as int);
Parametro | Tipo | Descrizione |
---|---|---|
Parametro p_204803_1_ | Tipo int | Descrizione Nessuna descrizione fornita |
stopActiveHand
Link to stopactivehand
ZenScript CopymyMCPlayerEntity.stopActiveHand();
stopRiding
Link to stopriding
Dismounts this entity from the entity it is riding.
ZenScript CopymyMCPlayerEntity.stopRiding();
teleportKeepLoaded
Link to teleportkeeploaded
ZenScript CopymyMCPlayerEntity.teleportKeepLoaded(p_223102_1_ as double, p_223102_3_ as double, p_223102_5_ as double);
Parametro | Tipo | Descrizione |
---|---|---|
Parametro p_223102_1_ | Tipo double | Descrizione Nessuna descrizione fornita |
Parametro p_223102_3_ | Tipo double | Descrizione Nessuna descrizione fornita |
Parametro p_223102_5_ | Tipo double | Descrizione Nessuna descrizione fornita |
tick
Link to tick
Called to update the entity's position/logic.
ZenScript CopymyMCPlayerEntity.tick();
toString
Link to tostring
Ritorna una stringa
ZenScript CopymyMCPlayerEntity.toString();
updateRidden
Link to updateridden
Handles updating while riding another entity
ZenScript CopymyMCPlayerEntity.updateRidden();
updateSwimming
Link to updateswimming
ZenScript CopymyMCPlayerEntity.updateSwimming();
wakeUp
Link to wakeup
ZenScript CopymyMCPlayerEntity.wakeUp();
wakeUpPlayer
Link to wakeupplayer
Wake up the player if they're sleeping.
ZenScript CopymyMCPlayerEntity.wakeUpPlayer(immediately as boolean, updateWorldFlag as boolean, setSpawn as boolean);
Parametro | Tipo | Descrizione |
---|---|---|
Parametro immediately | Tipo boolean | Descrizione Nessuna descrizione fornita |
Parametro updateWorldFlag | Tipo boolean | Descrizione Nessuna descrizione fornita |
Parametro setSpawn | Tipo boolean | Descrizione Nessuna descrizione fornita |
xpBarCap
Link to xpbarcap
This method returns the cap amount of experience that the experience bar can hold. With each level, the experience cap on the player's experience bar is raised by 10.
Restituisce un intero
ZenScript CopymyMCPlayerEntity.xpBarCap();