MCPlayerEntity
Link to mcplayerentity
Этот класс был добавлен модом с mod-id crafttweaker
. Так что если вы хотите использовать эту функцию, вам нужно установить этот мод.
Импорт класса
Link to импорт-класса
Вам может потребоваться импортировать пакет, если вы столкнетесь с какими-либо проблемами (например, с заливкой массива), так что лучше быть в безопасности, чем извиняться и добавлять импорт.
ZenScript Copycrafttweaker.api.entity.player.MCPlayerEntity
Методы
Link to методы
addExhaustion
Link to addexhaustion
increases exhaustion level by supplied amount
ZenScript CopymyMCPlayerEntity.addExhaustion(exhaustion as float);
Параметр | Тип | Описание |
---|---|---|
Параметр exhaustion | Тип float | Описание Описание отсутствует |
addExperienceLevel
Link to addexperiencelevel
Add experience levels to this player.
ZenScript CopymyMCPlayerEntity.addExperienceLevel(levels as int);
Параметр | Тип | Описание |
---|---|---|
Параметр levels | Тип int | Описание Описание отсутствует |
addItemStackToInventory
Link to additemstacktoinventory
Возвращает boolean
ZenScript CopymyMCPlayerEntity.addItemStackToInventory(p_191521_1_ as crafttweaker.api.item.IItemStack);
Параметр | Тип | Описание |
---|---|---|
Параметр p_191521_1_ | Тип crafttweaker.api.item.IItemStack | Описание Описание отсутствует |
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);
Параметр | Тип | Описание |
---|---|---|
Параметр p_71000_1_ | Тип double | Описание Описание отсутствует |
Параметр p_71000_3_ | Тип double | Описание Описание отсутствует |
Параметр p_71000_5_ | Тип double | Описание Описание отсутствует |
addPotionEffect
Link to addpotioneffect
Возвращает boolean
ZenScript CopymyMCPlayerEntity.addPotionEffect(effectInstanceIn as crafttweaker.api.potion.MCPotionEffectInstance);
Параметр | Тип | Описание |
---|---|---|
Параметр effectInstanceIn | Тип crafttweaker.api.potion.MCPotionEffectInstance | Описание Описание отсутствует |
addScore
Link to addscore
Add to player's score
ZenScript CopymyMCPlayerEntity.addScore(scoreIn as int);
Параметр | Тип | Описание |
---|---|---|
Параметр scoreIn | Тип int | Описание Описание отсутствует |
addTag
Link to addtag
Возвращает boolean
ZenScript CopymyMCPlayerEntity.addTag(tag as String);
Параметр | Тип | Описание |
---|---|---|
Параметр tag | Тип String | Описание Описание отсутствует |
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);
Параметр | Тип | Описание |
---|---|---|
Параметр x | Тип double | Описание Описание отсутствует |
Параметр y | Тип double | Описание Описание отсутствует |
Параметр z | Тип double | Описание Описание отсутствует |
allowLogging
Link to allowlogging
Возвращает boolean
ZenScript CopymyMCPlayerEntity.allowLogging();
attackable
Link to attackable
Возвращает boolean
ZenScript CopymyMCPlayerEntity.attackable();
attemptTeleport
Link to attemptteleport
Возвращает boolean
ZenScript CopymyMCPlayerEntity.attemptTeleport(p_213373_1_ as double, p_213373_3_ as double, p_213373_5_ as double, p_213373_7_ as boolean);
Параметр | Тип | Описание |
---|---|---|
Параметр p_213373_1_ | Тип double | Описание Описание отсутствует |
Параметр p_213373_3_ | Тип double | Описание Описание отсутствует |
Параметр p_213373_5_ | Тип double | Описание Описание отсутствует |
Параметр p_213373_7_ | Тип boolean | Описание Описание отсутствует |
baseTick
Link to basetick
Gets called every tick from main Entity class
ZenScript CopymyMCPlayerEntity.baseTick();
canAttackPlayer
Link to canattackplayer
Возвращает boolean
ZenScript CopymyMCPlayerEntity.canAttackPlayer(other as crafttweaker.api.entity.player.MCPlayerEntity);
Параметр | Тип | Описание |
---|---|---|
Параметр other | Тип crafttweaker.api.entity.player.MCPlayerEntity | Описание Описание отсутствует |
canBeAttackedWithItem
Link to canbeattackedwithitem
Returns true if it's possible to attack this entity with an item.
Возвращает boolean
ZenScript CopymyMCPlayerEntity.canBeAttackedWithItem();
canBeCollidedWith
Link to canbecollidedwith
Returns true if other Entities should be prevented from moving through this Entity.
Возвращает boolean
ZenScript CopymyMCPlayerEntity.canBeCollidedWith();
canBeHitWithPotion
Link to canbehitwithpotion
Returns false if the entity is an armor stand. Returns true for all other entity living bases.
Возвращает boolean
ZenScript CopymyMCPlayerEntity.canBeHitWithPotion();
canBePushed
Link to canbepushed
Returns true if this entity should push and be pushed by other entities when colliding.
Возвращает boolean
ZenScript CopymyMCPlayerEntity.canBePushed();
canBeRiddenInWater
Link to canberiddeninwater
Возвращает boolean
ZenScript CopymyMCPlayerEntity.canBeRiddenInWater();
canBreatheUnderwater
Link to canbreatheunderwater
Возвращает boolean
ZenScript CopymyMCPlayerEntity.canBreatheUnderwater();
canEat
Link to caneat
Возвращает boolean
ZenScript CopymyMCPlayerEntity.canEat(ignoreHunger as boolean);
Параметр | Тип | Описание |
---|---|---|
Параметр ignoreHunger | Тип boolean | Описание Описание отсутствует |
canHarvestBlock
Link to canharvestblock
Возвращает boolean
ZenScript CopymyMCPlayerEntity.canHarvestBlock(state as crafttweaker.api.block.MCBlockState);
Параметр | Тип | Описание |
---|---|---|
Параметр state | Тип crafttweaker.api.block.MCBlockState | Описание Описание отсутствует |
canPassengerSteer
Link to canpassengersteer
Возвращает boolean
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
Возвращает boolean
ZenScript CopymyMCPlayerEntity.canPlayerEdit(pos as crafttweaker.api.util.BlockPos, facing as crafttweaker.api.util.Direction, stack as crafttweaker.api.item.IItemStack);
Параметр | Тип | Описание |
---|---|---|
Параметр pos | Тип crafttweaker.api.util.BlockPos | Описание Описание отсутствует |
Параметр facing | Тип crafttweaker.api.util.Direction | Описание Описание отсутствует |
Параметр stack | Тип crafttweaker.api.item.IItemStack | Описание Описание отсутствует |
canRenderOnFire
Link to canrenderonfire
Return whether this entity should be rendered as on fire.
Возвращает boolean
ZenScript CopymyMCPlayerEntity.canRenderOnFire();
canRiderInteract
Link to canriderinteract
Возвращает boolean
ZenScript CopymyMCPlayerEntity.canRiderInteract();
canSwim
Link to canswim
Возвращает boolean
ZenScript CopymyMCPlayerEntity.canSwim();
canTrample
Link to cantrample
Возвращает boolean
ZenScript CopymyMCPlayerEntity.canTrample(state as crafttweaker.api.block.MCBlockState, pos as crafttweaker.api.util.BlockPos, fallDistance as float);
Параметр | Тип | Описание |
---|---|---|
Параметр state | Тип crafttweaker.api.block.MCBlockState | Описание Описание отсутствует |
Параметр pos | Тип crafttweaker.api.util.BlockPos | Описание Описание отсутствует |
Параметр fallDistance | Тип float | Описание Описание отсутствует |
canUpdate
Link to canupdate
Возвращает boolean
ZenScript CopymyMCPlayerEntity.canUpdate();
ZenScript CopymyMCPlayerEntity.canUpdate(value as boolean);
Параметр | Тип | Описание |
---|---|---|
Параметр value | Тип boolean | Описание Описание отсутствует |
canUseCommandBlock
Link to canusecommandblock
Возвращает boolean
ZenScript CopymyMCPlayerEntity.canUseCommandBlock();
clearActivePotions
Link to clearactivepotions
Возвращает boolean
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
Возвращает boolean
ZenScript CopymyMCPlayerEntity.curePotionEffects(curativeItem as crafttweaker.api.item.IItemStack);
Параметр | Тип | Описание |
---|---|---|
Параметр curativeItem | Тип crafttweaker.api.item.IItemStack | Описание Описание отсутствует |
detach
Link to detach
ZenScript CopymyMCPlayerEntity.detach();
disableShield
Link to disableshield
ZenScript CopymyMCPlayerEntity.disableShield(p_190777_1_ as boolean);
Параметр | Тип | Описание |
---|---|---|
Параметр p_190777_1_ | Тип boolean | Описание Описание отсутствует |
doesEntityNotTriggerPressurePlate
Link to doesentitynottriggerpressureplate
Return whether this entity should NOT trigger a pressure plate or a tripwire.
Возвращает boolean
ZenScript CopymyMCPlayerEntity.doesEntityNotTriggerPressurePlate();
equals
Link to equals
Возвращает boolean
ZenScript CopymyMCPlayerEntity.equals(p_equals_1_ as Object);
Параметр | Тип | Описание |
---|---|---|
Параметр p_equals_1_ | Тип Object | Описание Описание отсутствует |
extinguish
Link to extinguish
Removes fire from entity.
ZenScript CopymyMCPlayerEntity.extinguish();
fall
Link to fall
ZenScript CopymyMCPlayerEntity.fall(distance as float, damageMultiplier as float);
Параметр | Тип | Описание |
---|---|---|
Параметр distance | Тип float | Описание Описание отсутствует |
Параметр damageMultiplier | Тип float | Описание Описание отсутствует |
findAmmo
Link to findammo
Returns crafttweaker.api.item.IItemStack
ZenScript CopymyMCPlayerEntity.findAmmo(shootable as crafttweaker.api.item.IItemStack);
Параметр | Тип | Описание |
---|---|---|
Параметр shootable | Тип crafttweaker.api.item.IItemStack | Описание Описание отсутствует |
func_213300_bk
Link to func_213300_bk
Возвращает boolean
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);
Параметр | Тип | Описание |
---|---|---|
Параметр p_213312_1_ | Тип double | Описание Описание отсутствует |
Параметр p_213312_3_ | Тип double | Описание Описание отсутствует |
Параметр p_213312_5_ | Тип double | Описание Описание отсутствует |
func_213314_bj
Link to func_213314_bj
Возвращает boolean
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
Возвращает boolean
ZenScript CopymyMCPlayerEntity.func_213365_e(itemstackIn as crafttweaker.api.item.IItemStack);
Параметр | Тип | Описание |
---|---|---|
Параметр itemstackIn | Тип crafttweaker.api.item.IItemStack | Описание Описание отсутствует |
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);
Параметр | Тип | Описание |
---|---|---|
Параметр potionIn | Тип crafttweaker.api.potion.MCPotionEffect | Описание Описание отсутствует |
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
Возвращает int
ZenScript CopymyMCPlayerEntity.getAir();
getAlwaysRenderNameTagForRender
Link to getalwaysrendernametagforrender
Возвращает boolean
ZenScript CopymyMCPlayerEntity.getAlwaysRenderNameTagForRender();
getArrowCountInEntity
Link to getarrowcountinentity
Возвращает int
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
Возвращает 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
Возвращает int
ZenScript CopymyMCPlayerEntity.getBrightnessForRender();
getCachedUniqueIdString
Link to getcacheduniqueidstring
Returns String
ZenScript CopymyMCPlayerEntity.getCachedUniqueIdString();
getClassification
Link to getclassification
Returns crafttweaker.api.entity.MCEntityClassification
ZenScript CopymyMCPlayerEntity.getClassification(forSpawnCount as boolean);
Параметр | Тип | Описание |
---|---|---|
Параметр forSpawnCount | Тип boolean | Описание Описание отсутствует |
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);
Параметр | Тип | Описание |
---|---|---|
Параметр adjustTicks | Тип float | Описание Описание отсутствует |
getDigSpeed
Link to getdigspeed
Returns float
ZenScript CopymyMCPlayerEntity.getDigSpeed(state as crafttweaker.api.block.MCBlockState);
Параметр | Тип | Описание |
---|---|---|
Параметр state | Тип crafttweaker.api.block.MCBlockState | Описание Описание отсутствует |
Returns float
ZenScript CopymyMCPlayerEntity.getDigSpeed(arg0 as crafttweaker.api.block.MCBlockState, arg1 as crafttweaker.api.util.BlockPos);
Параметр | Тип | Описание |
---|---|---|
Параметр arg0 | Тип crafttweaker.api.block.MCBlockState | Описание Описание отсутствует |
Параметр arg1 | Тип crafttweaker.api.util.BlockPos | Описание Описание отсутствует |
getDistanceSq
Link to getdistancesq
Returns double
ZenScript CopymyMCPlayerEntity.getDistanceSq(x as double, y as double, z as double);
Параметр | Тип | Описание |
---|---|---|
Параметр x | Тип double | Описание Описание отсутствует |
Параметр y | Тип double | Описание Описание отсутствует |
Параметр z | Тип double | Описание Описание отсутствует |
getEntityId
Link to getentityid
Возвращает int
ZenScript CopymyMCPlayerEntity.getEntityId();
getEntityString
Link to getentitystring
Returns String
ZenScript CopymyMCPlayerEntity.getEntityString();
getEyeHeight
Link to geteyeheight
Returns float
ZenScript CopymyMCPlayerEntity.getEyeHeight();
getFireTimer
Link to getfiretimer
Возвращает int
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
Возвращает int
ZenScript CopymyMCPlayerEntity.getIdleTime();
getItemInUseCount
Link to getiteminusecount
Возвращает int
ZenScript CopymyMCPlayerEntity.getItemInUseCount();
getItemInUseMaxCount
Link to getiteminusemaxcount
Возвращает int
ZenScript CopymyMCPlayerEntity.getItemInUseMaxCount();
getLastAttackedEntityTime
Link to getlastattackedentitytime
Возвращает int
ZenScript CopymyMCPlayerEntity.getLastAttackedEntityTime();
getLuck
Link to getluck
Returns float
ZenScript CopymyMCPlayerEntity.getLuck();
getMaxAir
Link to getmaxair
Возвращает int
ZenScript CopymyMCPlayerEntity.getMaxAir();
getMaxFallHeight
Link to getmaxfallheight
The maximum height from where the entity is alowed to jump (used in pathfinder)
Возвращает int
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.
Возвращает int
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);
Параметр | Тип | Описание |
---|---|---|
Параметр partialTicks | Тип float | Описание Описание отсутствует |
getPortalCooldown
Link to getportalcooldown
Return the amount of cooldown before this entity can use a portal again.
Возвращает int
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
Возвращает int
ZenScript CopymyMCPlayerEntity.getRevengeTimer();
getRotationYawHead
Link to getrotationyawhead
Returns float
ZenScript CopymyMCPlayerEntity.getRotationYawHead();
getScore
Link to getscore
Возвращает int
ZenScript CopymyMCPlayerEntity.getScore();
getScoreboardName
Link to getscoreboardname
Returns a String to use as this entity's name in the scoreboard/entity selector systems
Returns String
ZenScript CopymyMCPlayerEntity.getScoreboardName();
getSleepTimer
Link to getsleeptimer
Возвращает int
ZenScript CopymyMCPlayerEntity.getSleepTimer();
getSubmergedHeight
Link to getsubmergedheight
Returns double
ZenScript CopymyMCPlayerEntity.getSubmergedHeight();
getSwimAnimation
Link to getswimanimation
Returns float
ZenScript CopymyMCPlayerEntity.getSwimAnimation(partialTicks as float);
Параметр | Тип | Описание |
---|---|---|
Параметр partialTicks | Тип float | Описание Описание отсутствует |
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);
Параметр | Тип | Описание |
---|---|---|
Параметр partialTickTime | Тип float | Описание Описание отсутствует |
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
Возвращает int
ZenScript CopymyMCPlayerEntity.getTicksElytraFlying();
getTotalArmorValue
Link to gettotalarmorvalue
Returns the current armor value as determined by a call to InventoryPlayer.getTotalArmorValue
Возвращает int
ZenScript CopymyMCPlayerEntity.getTotalArmorValue();
getWidth
Link to getwidth
Returns float
ZenScript CopymyMCPlayerEntity.getWidth();
getXPSeed
Link to getxpseed
Возвращает int
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);
Параметр | Тип | Описание |
---|---|---|
Параметр partialTicks | Тип float | Описание Описание отсутствует |
giveExperiencePoints
Link to giveexperiencepoints
ZenScript CopymyMCPlayerEntity.giveExperiencePoints(p_195068_1_ as int);
Параметр | Тип | Описание |
---|---|---|
Параметр p_195068_1_ | Тип int | Описание Описание отсутствует |
handleStatusUpdate
Link to handlestatusupdate
ZenScript CopymyMCPlayerEntity.handleStatusUpdate(id as byte);
Параметр | Тип | Описание |
---|---|---|
Параметр id | Тип byte | Описание Описание отсутствует |
handleWaterMovement
Link to handlewatermovement
Returns if this entity is in water and will end up adding the waters velocity to the entity
Возвращает boolean
ZenScript CopymyMCPlayerEntity.handleWaterMovement();
hasCustomName
Link to hascustomname
Возвращает boolean
ZenScript CopymyMCPlayerEntity.hasCustomName();
hasNoGravity
Link to hasnogravity
Возвращает boolean
ZenScript CopymyMCPlayerEntity.hasNoGravity();
hasPermissionLevel
Link to haspermissionlevel
Возвращает boolean
ZenScript CopymyMCPlayerEntity.hasPermissionLevel(p_211513_1_ as int);
Параметр | Тип | Описание |
---|---|---|
Параметр p_211513_1_ | Тип int | Описание Описание отсутствует |
hasReducedDebug
Link to hasreduceddebug
Whether the "reducedDebugInfo" option is active for this player.
Возвращает boolean
ZenScript CopymyMCPlayerEntity.hasReducedDebug();
hashCode
Link to hashcode
Возвращает int
ZenScript CopymyMCPlayerEntity.hashCode();
heal
Link to heal
Heal living entity (param: amount of half-hearts)
ZenScript CopymyMCPlayerEntity.heal(healAmount as float);
Параметр | Тип | Описание |
---|---|---|
Параметр healAmount | Тип float | Описание Описание отсутствует |
ignoreItemEntityData
Link to ignoreitementitydata
Checks if players can use this entity to access operator (permission level 2) commands either directly or indirectly, such as give or 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
Возвращает boolean
ZenScript CopymyMCPlayerEntity.ignoreItemEntityData();
isActiveItemStackBlocking
Link to isactiveitemstackblocking
Возвращает boolean
ZenScript CopymyMCPlayerEntity.isActiveItemStackBlocking();
isAddedToWorld
Link to isaddedtoworld
Возвращает boolean
ZenScript CopymyMCPlayerEntity.isAddedToWorld();
isAlive
Link to isalive
Returns true if the entity has not been .
Возвращает boolean
ZenScript CopymyMCPlayerEntity.isAlive();
isAllowEdit
Link to isallowedit
Возвращает boolean
ZenScript CopymyMCPlayerEntity.isAllowEdit();
isBeingRidden
Link to isbeingridden
If at least 1 entity is riding this one
Возвращает boolean
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.
Возвращает boolean
ZenScript CopymyMCPlayerEntity.isBurning();
isChild
Link to ischild
If Animal, checks if the age timer is negative
Возвращает boolean
ZenScript CopymyMCPlayerEntity.isChild();
isCreative
Link to iscreative
Возвращает boolean
ZenScript CopymyMCPlayerEntity.isCreative();
isCustomNameVisible
Link to iscustomnamevisible
Возвращает boolean
ZenScript CopymyMCPlayerEntity.isCustomNameVisible();
isElytraFlying
Link to iselytraflying
Возвращает boolean
ZenScript CopymyMCPlayerEntity.isElytraFlying();
isEntityInsideOpaqueBlock
Link to isentityinsideopaqueblock
Checks if this entity is inside of an opaque block
Возвращает boolean
ZenScript CopymyMCPlayerEntity.isEntityInsideOpaqueBlock();
isEntityUndead
Link to isentityundead
Returns true if this entity is undead.
Возвращает boolean
ZenScript CopymyMCPlayerEntity.isEntityUndead();
isGlowing
Link to isglowing
Возвращает boolean
ZenScript CopymyMCPlayerEntity.isGlowing();
isHandActive
Link to ishandactive
Возвращает boolean
ZenScript CopymyMCPlayerEntity.isHandActive();
isImmuneToExplosions
Link to isimmunetoexplosions
Возвращает boolean
ZenScript CopymyMCPlayerEntity.isImmuneToExplosions();
isImmuneToFire
Link to isimmunetofire
Возвращает boolean
ZenScript CopymyMCPlayerEntity.isImmuneToFire();
isInLava
Link to isinlava
Возвращает boolean
ZenScript CopymyMCPlayerEntity.isInLava();
isInRangeToRender3d
Link to isinrangetorender3d
Возвращает boolean
ZenScript CopymyMCPlayerEntity.isInRangeToRender3d(x as double, y as double, z as double);
Параметр | Тип | Описание |
---|---|---|
Параметр x | Тип double | Описание Описание отсутствует |
Параметр y | Тип double | Описание Описание отсутствует |
Параметр z | Тип double | Описание Описание отсутствует |
isInRangeToRenderDist
Link to isinrangetorenderdist
Checks if the entity is in range to render.
Возвращает boolean
ZenScript CopymyMCPlayerEntity.isInRangeToRenderDist(distance as double);
Параметр | Тип | Описание |
---|---|---|
Параметр distance | Тип double | Описание Описание отсутствует |
isInWater
Link to isinwater
Checks if this entity is inside water (if inWater field is true as a result of handleWaterMovement() returning true)
Возвращает boolean
ZenScript CopymyMCPlayerEntity.isInWater();
isInWaterOrBubbleColumn
Link to isinwaterorbubblecolumn
Возвращает boolean
ZenScript CopymyMCPlayerEntity.isInWaterOrBubbleColumn();
isInWaterRainOrBubbleColumn
Link to isinwaterrainorbubblecolumn
Возвращает boolean
ZenScript CopymyMCPlayerEntity.isInWaterRainOrBubbleColumn();
isInvisible
Link to isinvisible
Возвращает boolean
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.
Возвращает boolean
ZenScript CopymyMCPlayerEntity.isInvisibleToPlayer(player as crafttweaker.api.entity.player.MCPlayerEntity);
Параметр | Тип | Описание |
---|---|---|
Параметр player | Тип crafttweaker.api.entity.player.MCPlayerEntity | Описание Описание отсутствует |
isInvulnerable
Link to isinvulnerable
Возвращает boolean
ZenScript CopymyMCPlayerEntity.isInvulnerable();
isLiving
Link to isliving
Возвращает boolean
ZenScript CopymyMCPlayerEntity.isLiving();
isNonBoss
Link to isnonboss
Returns false if this Entity is a boss, true otherwise.
Возвращает boolean
ZenScript CopymyMCPlayerEntity.isNonBoss();
isOffsetPositionInLiquid
Link to isoffsetpositioninliquid
Checks if the offset position from the entity's current position is inside of a liquid.
Возвращает boolean
ZenScript CopymyMCPlayerEntity.isOffsetPositionInLiquid(x as double, y as double, z as double);
Параметр | Тип | Описание |
---|---|---|
Параметр x | Тип double | Описание Описание отсутствует |
Параметр y | Тип double | Описание Описание отсутствует |
Параметр z | Тип double | Описание Описание отсутствует |
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)
Возвращает boolean
ZenScript CopymyMCPlayerEntity.isOnLadder();
isOnePlayerRiding
Link to isoneplayerriding
Возвращает boolean
ZenScript CopymyMCPlayerEntity.isOnePlayerRiding();
isPassenger
Link to ispassenger
Возвращает boolean
ZenScript CopymyMCPlayerEntity.isPassenger();
isPlayerFullyAsleep
Link to isplayerfullyasleep
Returns whether or not the player is asleep and the screen has fully faded.
Возвращает boolean
ZenScript CopymyMCPlayerEntity.isPlayerFullyAsleep();
isPotionActive
Link to ispotionactive
Возвращает boolean
ZenScript CopymyMCPlayerEntity.isPotionActive(potionIn as crafttweaker.api.potion.MCPotionEffect);
Параметр | Тип | Описание |
---|---|---|
Параметр potionIn | Тип crafttweaker.api.potion.MCPotionEffect | Описание Описание отсутствует |
isPotionApplicable
Link to ispotionapplicable
Возвращает boolean
ZenScript CopymyMCPlayerEntity.isPotionApplicable(potioneffectIn as crafttweaker.api.potion.MCPotionEffectInstance);
Параметр | Тип | Описание |
---|---|---|
Параметр potioneffectIn | Тип crafttweaker.api.potion.MCPotionEffectInstance | Описание Описание отсутствует |
isPushedByWater
Link to ispushedbywater
Возвращает boolean
ZenScript CopymyMCPlayerEntity.isPushedByWater();
isServerWorld
Link to isserverworld
Returns whether the entity is in a server world
Возвращает boolean
ZenScript CopymyMCPlayerEntity.isServerWorld();
isSilent
Link to issilent
Returns: True if this entity will not play sounds
Возвращает boolean
ZenScript CopymyMCPlayerEntity.isSilent();
isSleeping
Link to issleeping
Returns whether player is sleeping or not
Возвращает boolean
ZenScript CopymyMCPlayerEntity.isSleeping();
isSneaking
Link to issneaking
Returns if this entity is sneaking.
Возвращает boolean
ZenScript CopymyMCPlayerEntity.isSneaking();
isSpawnForced
Link to isspawnforced
Возвращает boolean
ZenScript CopymyMCPlayerEntity.isSpawnForced();
isSpectator
Link to isspectator
Returns true if the player is in spectator mode.
Возвращает boolean
ZenScript CopymyMCPlayerEntity.isSpectator();
isSpinAttacking
Link to isspinattacking
Возвращает boolean
ZenScript CopymyMCPlayerEntity.isSpinAttacking();
isSprinting
Link to issprinting
Get if the Entity is sprinting.
Возвращает boolean
ZenScript CopymyMCPlayerEntity.isSprinting();
isSwimming
Link to isswimming
Возвращает boolean
ZenScript CopymyMCPlayerEntity.isSwimming();
isUser
Link to isuser
returns true if this is an EntityPlayerSP, or the logged in player.
Возвращает boolean
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).
Возвращает boolean
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);
Параметр | Тип | Описание |
---|---|---|
Параметр pos | Тип crafttweaker.api.util.BlockPos | Описание Описание отсутствует |
Параметр rotationYawIn | Тип float | Описание Описание отсутствует |
Параметр rotationPitchIn | Тип float | Описание Описание отсутствует |
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);
Параметр | Тип | Описание |
---|---|---|
Параметр entityIn | Тип crafttweaker.api.entity.player.MCPlayerEntity | Описание Описание отсутствует |
onEnchant
Link to onenchant
ZenScript CopymyMCPlayerEntity.onEnchant(enchantedItem as crafttweaker.api.item.IItemStack, cost as int);
Параметр | Тип | Описание |
---|---|---|
Параметр enchantedItem | Тип crafttweaker.api.item.IItemStack | Описание Описание отсутствует |
Параметр cost | Тип int | Описание Описание отсутствует |
onEnterBubbleColumn
Link to onenterbubblecolumn
ZenScript CopymyMCPlayerEntity.onEnterBubbleColumn(downwards as boolean);
Параметр | Тип | Описание |
---|---|---|
Параметр downwards | Тип boolean | Описание Описание отсутствует |
onEnterBubbleColumnWithAirAbove
Link to onenterbubblecolumnwithairabove
ZenScript CopymyMCPlayerEntity.onEnterBubbleColumnWithAirAbove(downwards as boolean);
Параметр | Тип | Описание |
---|---|---|
Параметр downwards | Тип boolean | Описание Описание отсутствует |
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);
Параметр | Тип | Описание |
---|---|---|
Параметр keepData | Тип boolean | Описание Описание отсутствует |
removeActivePotionEffect
Link to removeactivepotioneffect
Returns crafttweaker.api.potion.MCPotionEffectInstance
ZenScript CopymyMCPlayerEntity.removeActivePotionEffect(arg0 as crafttweaker.api.potion.MCPotionEffect);
Параметр | Тип | Описание |
---|---|---|
Параметр arg0 | Тип crafttweaker.api.potion.MCPotionEffect | Описание Описание отсутствует |
removePassengers
Link to removepassengers
Dismounts all entities riding this entity from this entity.
ZenScript CopymyMCPlayerEntity.removePassengers();
removePotionEffect
Link to removepotioneffect
Возвращает boolean
ZenScript CopymyMCPlayerEntity.removePotionEffect(effectIn as crafttweaker.api.potion.MCPotionEffect);
Параметр | Тип | Описание |
---|---|---|
Параметр effectIn | Тип crafttweaker.api.potion.MCPotionEffect | Описание Описание отсутствует |
removeTag
Link to removetag
Возвращает boolean
ZenScript CopymyMCPlayerEntity.removeTag(tag as String);
Параметр | Тип | Описание |
---|---|---|
Параметр tag | Тип String | Описание Описание отсутствует |
replaceItemInInventory
Link to replaceitemininventory
Возвращает boolean
ZenScript CopymyMCPlayerEntity.replaceItemInInventory(inventorySlot as int, itemStackIn as crafttweaker.api.item.IItemStack);
Параметр | Тип | Описание |
---|---|---|
Параметр inventorySlot | Тип int | Описание Описание отсутствует |
Параметр itemStackIn | Тип crafttweaker.api.item.IItemStack | Описание Описание отсутствует |
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);
Параметр | Тип | Описание |
---|---|---|
Параметр yaw | Тип double | Описание Описание отсутствует |
Параметр pitch | Тип double | Описание Описание отсутствует |
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);
Параметр | Тип | Описание |
---|---|---|
Параметр speedIn | Тип float | Описание Описание отсутствует |
setAbsorptionAmount
Link to setabsorptionamount
ZenScript CopymyMCPlayerEntity.setAbsorptionAmount(amount as float);
Параметр | Тип | Описание |
---|---|---|
Параметр amount | Тип float | Описание Описание отсутствует |
setAir
Link to setair
ZenScript CopymyMCPlayerEntity.setAir(air as int);
Параметр | Тип | Описание |
---|---|---|
Параметр air | Тип int | Описание Описание отсутствует |
setArrowCountInEntity
Link to setarrowcountinentity
ZenScript CopymyMCPlayerEntity.setArrowCountInEntity(count as int);
Параметр | Тип | Описание |
---|---|---|
Параметр count | Тип int | Описание Описание отсутствует |
setBedPosition
Link to setbedposition
ZenScript CopymyMCPlayerEntity.setBedPosition(p_213369_1_ as crafttweaker.api.util.BlockPos);
Параметр | Тип | Описание |
---|---|---|
Параметр p_213369_1_ | Тип crafttweaker.api.util.BlockPos | Описание Описание отсутствует |
setCustomNameVisible
Link to setcustomnamevisible
ZenScript CopymyMCPlayerEntity.setCustomNameVisible(alwaysRenderNameTag as boolean);
Параметр | Тип | Описание |
---|---|---|
Параметр alwaysRenderNameTag | Тип boolean | Описание Описание отсутствует |
setEntityId
Link to setentityid
ZenScript CopymyMCPlayerEntity.setEntityId(id as int);
Параметр | Тип | Описание |
---|---|---|
Параметр id | Тип int | Описание Описание отсутствует |
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);
Параметр | Тип | Описание |
---|---|---|
Параметр seconds | Тип int | Описание Описание отсутствует |
setFireTimer
Link to setfiretimer
ZenScript CopymyMCPlayerEntity.setFireTimer(p_223308_1_ as int);
Параметр | Тип | Описание |
---|---|---|
Параметр p_223308_1_ | Тип int | Описание Описание отсутствует |
setGlowing
Link to setglowing
ZenScript CopymyMCPlayerEntity.setGlowing(glowingIn as boolean);
Параметр | Тип | Описание |
---|---|---|
Параметр glowingIn | Тип boolean | Описание Описание отсутствует |
setHeadRotation
Link to setheadrotation
ZenScript CopymyMCPlayerEntity.setHeadRotation(yaw as float, pitch as int);
Параметр | Тип | Описание |
---|---|---|
Параметр yaw | Тип float | Описание Описание отсутствует |
Параметр pitch | Тип int | Описание Описание отсутствует |
setHealth
Link to sethealth
ZenScript CopymyMCPlayerEntity.setHealth(health as float);
Параметр | Тип | Описание |
---|---|---|
Параметр health | Тип float | Описание Описание отсутствует |
setIdleTime
Link to setidletime
ZenScript CopymyMCPlayerEntity.setIdleTime(idleTimeIn as int);
Параметр | Тип | Описание |
---|---|---|
Параметр idleTimeIn | Тип int | Описание Описание отсутствует |
setInLava
Link to setinlava
ZenScript CopymyMCPlayerEntity.setInLava();
setInvisible
Link to setinvisible
ZenScript CopymyMCPlayerEntity.setInvisible(invisible as boolean);
Параметр | Тип | Описание |
---|---|---|
Параметр invisible | Тип boolean | Описание Описание отсутствует |
setInvulnerable
Link to setinvulnerable
Sets whether this Entity is invulnerable.
ZenScript CopymyMCPlayerEntity.setInvulnerable(isInvulnerable as boolean);
Параметр | Тип | Описание |
---|---|---|
Параметр isInvulnerable | Тип boolean | Описание Описание отсутствует |
setJumping
Link to setjumping
ZenScript CopymyMCPlayerEntity.setJumping(jumping as boolean);
Параметр | Тип | Описание |
---|---|---|
Параметр jumping | Тип boolean | Описание Описание отсутствует |
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);
Параметр | Тип | Описание |
---|---|---|
Параметр x | Тип double | Описание Описание отсутствует |
Параметр y | Тип double | Описание Описание отсутствует |
Параметр z | Тип double | Описание Описание отсутствует |
Параметр yaw | Тип float | Описание Описание отсутствует |
Параметр pitch | Тип float | Описание Описание отсутствует |
setMotion
Link to setmotion
ZenScript CopymyMCPlayerEntity.setMotion(x as double, y as double, z as double);
Параметр | Тип | Описание |
---|---|---|
Параметр x | Тип double | Описание Описание отсутствует |
Параметр y | Тип double | Описание Описание отсутствует |
Параметр z | Тип double | Описание Описание отсутствует |
setNoGravity
Link to setnogravity
ZenScript CopymyMCPlayerEntity.setNoGravity(noGravity as boolean);
Параметр | Тип | Описание |
---|---|---|
Параметр noGravity | Тип boolean | Описание Описание отсутствует |
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);
Параметр | Тип | Описание |
---|---|---|
Параметр pos | Тип crafttweaker.api.util.BlockPos | Описание Описание отсутствует |
Параметр isPartying | Тип boolean | Описание Описание отсутствует |
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);
Параметр | Тип | Описание |
---|---|---|
Параметр pos | Тип crafttweaker.api.util.BlockPos | Описание Описание отсутствует |
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);
Параметр | Тип | Описание |
---|---|---|
Параметр x | Тип double | Описание Описание отсутствует |
Параметр y | Тип double | Описание Описание отсутствует |
Параметр z | Тип double | Описание Описание отсутствует |
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);
Параметр | Тип | Описание |
---|---|---|
Параметр x | Тип double | Описание Описание отсутствует |
Параметр y | Тип double | Описание Описание отсутствует |
Параметр z | Тип double | Описание Описание отсутствует |
Параметр yaw | Тип float | Описание Описание отсутствует |
Параметр pitch | Тип float | Описание Описание отсутствует |
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);
Параметр | Тип | Описание |
---|---|---|
Параметр x | Тип double | Описание Описание отсутствует |
Параметр y | Тип double | Описание Описание отсутствует |
Параметр z | Тип double | Описание Описание отсутствует |
Параметр yaw | Тип float | Описание Описание отсутствует |
Параметр pitch | Тип float | Описание Описание отсутствует |
Параметр posRotationIncrements | Тип int | Описание Описание отсутствует |
Параметр teleport | Тип boolean | Описание Описание отсутствует |
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);
Параметр | Тип | Описание |
---|---|---|
Параметр x | Тип double | Описание Описание отсутствует |
Параметр y | Тип double | Описание Описание отсутствует |
Параметр z | Тип double | Описание Описание отсутствует |
setPositionNonDirty
Link to setpositionnondirty
Возвращает boolean
ZenScript CopymyMCPlayerEntity.setPositionNonDirty();
setReducedDebug
Link to setreduceddebug
ZenScript CopymyMCPlayerEntity.setReducedDebug(reducedDebug as boolean);
Параметр | Тип | Описание |
---|---|---|
Параметр reducedDebug | Тип boolean | Описание Описание отсутствует |
setRenderYawOffset
Link to setrenderyawoffset
Set the render yaw offset
ZenScript CopymyMCPlayerEntity.setRenderYawOffset(offset as float);
Параметр | Тип | Описание |
---|---|---|
Параметр offset | Тип float | Описание Описание отсутствует |
setRotationYawHead
Link to setrotationyawhead
Sets the head's yaw rotation of the entity.
ZenScript CopymyMCPlayerEntity.setRotationYawHead(rotation as float);
Параметр | Тип | Описание |
---|---|---|
Параметр rotation | Тип float | Описание Описание отсутствует |
setScore
Link to setscore
Set player's score
ZenScript CopymyMCPlayerEntity.setScore(scoreIn as int);
Параметр | Тип | Описание |
---|---|---|
Параметр scoreIn | Тип int | Описание Описание отсутствует |
setSilent
Link to setsilent
When set to true the entity will not play sounds.
ZenScript CopymyMCPlayerEntity.setSilent(isSilent as boolean);
Параметр | Тип | Описание |
---|---|---|
Параметр isSilent | Тип boolean | Описание Описание отсутствует |
setSneaking
Link to setsneaking
Sets the sneaking flag.
ZenScript CopymyMCPlayerEntity.setSneaking(sneaking as boolean);
Параметр | Тип | Описание |
---|---|---|
Параметр sneaking | Тип boolean | Описание Описание отсутствует |
setSpawnPoint
Link to setspawnpoint
ZenScript CopymyMCPlayerEntity.setSpawnPoint(pos as crafttweaker.api.util.BlockPos, forced as boolean);
Параметр | Тип | Описание |
---|---|---|
Параметр pos | Тип crafttweaker.api.util.BlockPos | Описание Описание отсутствует |
Параметр forced | Тип boolean | Описание Описание отсутствует |
setSprinting
Link to setsprinting
Set sprinting switch for Entity.
ZenScript CopymyMCPlayerEntity.setSprinting(sprinting as boolean);
Параметр | Тип | Описание |
---|---|---|
Параметр sprinting | Тип boolean | Описание Описание отсутствует |
setSwimming
Link to setswimming
ZenScript CopymyMCPlayerEntity.setSwimming(p_204711_1_ as boolean);
Параметр | Тип | Описание |
---|---|---|
Параметр p_204711_1_ | Тип boolean | Описание Описание отсутствует |
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);
Параметр | Тип | Описание |
---|---|---|
Параметр x | Тип double | Описание Описание отсутствует |
Параметр y | Тип double | Описание Описание отсутствует |
Параметр z | Тип double | Описание Описание отсутствует |
shouldHeal
Link to shouldheal
Checks if the player's health is not full and not zero.
Возвращает boolean
ZenScript CopymyMCPlayerEntity.shouldHeal();
shouldReceiveErrors
Link to shouldreceiveerrors
Возвращает boolean
ZenScript CopymyMCPlayerEntity.shouldReceiveErrors();
shouldReceiveFeedback
Link to shouldreceivefeedback
Возвращает boolean
ZenScript CopymyMCPlayerEntity.shouldReceiveFeedback();
shouldRenderSneaking
Link to shouldrendersneaking
Возвращает boolean
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.
Возвращает boolean
ZenScript CopymyMCPlayerEntity.shouldRiderFaceForward(player as crafttweaker.api.entity.player.MCPlayerEntity);
Параметр | Тип | Описание |
---|---|---|
Параметр player | Тип crafttweaker.api.entity.player.MCPlayerEntity | Описание The player who is riding the entity. |
shouldRiderSit
Link to shouldridersit
Возвращает boolean
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);
Параметр | Тип | Описание |
---|---|---|
Параметр p_213342_1_ | Тип crafttweaker.api.util.BlockPos | Описание Описание отсутствует |
startSpinAttack
Link to startspinattack
ZenScript CopymyMCPlayerEntity.startSpinAttack(p_204803_1_ as int);
Параметр | Тип | Описание |
---|---|---|
Параметр p_204803_1_ | Тип int | Описание Описание отсутствует |
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);
Параметр | Тип | Описание |
---|---|---|
Параметр p_223102_1_ | Тип double | Описание Описание отсутствует |
Параметр p_223102_3_ | Тип double | Описание Описание отсутствует |
Параметр p_223102_5_ | Тип double | Описание Описание отсутствует |
tick
Link to tick
Called to update the entity's position/logic.
ZenScript CopymyMCPlayerEntity.tick();
toString
Link to tostring
Returns String
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);
Параметр | Тип | Описание |
---|---|---|
Параметр immediately | Тип boolean | Описание Описание отсутствует |
Параметр updateWorldFlag | Тип boolean | Описание Описание отсутствует |
Параметр setSpawn | Тип boolean | Описание Описание отсутствует |
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.
Возвращает int
ZenScript CopymyMCPlayerEntity.xpBarCap();