Class ExpandEntity
java.lang.Object
com.blamejared.crafttweaker.natives.entity.ExpandEntity
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanstatic net.minecraft.core.BlockPosblockPosition(net.minecraft.world.entity.Entity internal) static booleancanBeCollidedWith(net.minecraft.world.entity.Entity internal) static booleancanCollideWith(net.minecraft.world.entity.Entity internal, net.minecraft.world.entity.Entity other) static booleancanFreeze(net.minecraft.world.entity.Entity internal) static voidclearFire(net.minecraft.world.entity.Entity internal) static booleancloserThan(net.minecraft.world.entity.Entity internal, net.minecraft.world.entity.Entity other, double distance) static voiddiscard(net.minecraft.world.entity.Entity internal) static floatdistanceTo(net.minecraft.world.entity.Entity internal, net.minecraft.world.entity.Entity entity) static doubledistanceToSqr(net.minecraft.world.entity.Entity internal, double x, double y, double z) static doubledistanceToSqr(net.minecraft.world.entity.Entity internal, net.minecraft.world.entity.Entity entity) static doubledistanceToSqr(net.minecraft.world.entity.Entity internal, net.minecraft.world.phys.Vec3 vec) static voidejectPassengers(net.minecraft.world.entity.Entity internal) static net.minecraft.core.BlockPoseyeBlockPosition(net.minecraft.world.entity.Entity internal) static booleanfireImmune(net.minecraft.world.entity.Entity internal) static intgetAirSupply(net.minecraft.world.entity.Entity internal) static Iterable<net.minecraft.world.item.ItemStack>getAllSlots(net.minecraft.world.entity.Entity internal) static Iterable<net.minecraft.world.item.ItemStack>getArmorSlots(net.minecraft.world.entity.Entity internal) static floatgetBbHeight(net.minecraft.world.entity.Entity internal) static floatgetBbWidth(net.minecraft.world.entity.Entity internal) static intgetBlockX(net.minecraft.world.entity.Entity internal) static intgetBlockY(net.minecraft.world.entity.Entity internal) static intgetBlockZ(net.minecraft.world.entity.Entity internal) static net.minecraft.world.phys.AABBgetBoundingBoxForCulling(net.minecraft.world.entity.Entity internal) static floatgetBrightness(net.minecraft.world.entity.Entity internal) static net.minecraft.world.level.LevelgetCommandSenderWorld(net.minecraft.world.entity.Entity internal) static net.minecraft.world.entity.EntitygetControllingPassenger(net.minecraft.world.entity.Entity internal) static MapDatagetCustomData(net.minecraft.world.entity.Entity internal) Gets the custom NBT data for this Entity.static net.minecraft.network.chat.ComponentgetCustomName(net.minecraft.world.entity.Entity internal) static MapDatagetData(net.minecraft.world.entity.Entity internal) Gets the NBT data of this Entity.static net.minecraft.world.phys.Vec3getDeltaMovement(net.minecraft.world.entity.Entity internal) static intgetDimensionChangingDelay(net.minecraft.world.entity.Entity internal) static net.minecraft.core.DirectiongetDirection(net.minecraft.world.entity.Entity internal) static net.minecraft.network.chat.ComponentgetDisplayName(net.minecraft.world.entity.Entity internal) static floatgetEyeHeight(net.minecraft.world.entity.Entity internal) static net.minecraft.world.phys.Vec3getEyePosition(net.minecraft.world.entity.Entity internal) static net.minecraft.world.phys.Vec3getEyePosition(net.minecraft.world.entity.Entity internal, float partialTicks) static doublegetEyeY(net.minecraft.world.entity.Entity internal) static net.minecraft.world.level.block.state.BlockStategetFeetBlockState(net.minecraft.world.entity.Entity internal) static net.minecraft.world.entity.EntitygetFirstPassenger(net.minecraft.world.entity.Entity internal) static doublegetFluidJumpThreshold(net.minecraft.world.entity.Entity internal) static net.minecraft.world.phys.Vec3getForward(net.minecraft.world.entity.Entity internal) static Iterable<net.minecraft.world.item.ItemStack>getHandSlots(net.minecraft.world.entity.Entity internal) static net.minecraft.world.level.LevelgetLevel(net.minecraft.world.entity.Entity internal) static net.minecraft.world.phys.Vec3getLookAngle(net.minecraft.world.entity.Entity internal) static intgetMaxAirSupply(net.minecraft.world.entity.Entity internal) static intgetMaxFallDistance(net.minecraft.world.entity.Entity internal) static net.minecraft.core.DirectiongetMotionDirection(net.minecraft.world.entity.Entity internal) static net.minecraft.network.chat.ComponentgetName(net.minecraft.world.entity.Entity internal) static net.minecraft.core.BlockPosgetOnPos(net.minecraft.world.entity.Entity internal) static List<net.minecraft.world.entity.Entity>getPassengers(net.minecraft.world.entity.Entity internal) static floatgetPercentFrozen(net.minecraft.world.entity.Entity internal) static net.minecraft.world.level.material.PushReactiongetPistonPushReaction(net.minecraft.world.entity.Entity internal) static intgetPortalWaitTime(net.minecraft.world.entity.Entity internal) static net.minecraft.world.phys.Vec3getPosition(net.minecraft.world.entity.Entity internal, float partialTicks) static intgetRemainingFireTicks(net.minecraft.world.entity.Entity internal) static net.minecraft.world.entity.EntitygetRootVehicle(net.minecraft.world.entity.Entity internal) static net.minecraft.sounds.SoundSourcegetSoundSource(net.minecraft.world.entity.Entity internal) static StringgetStringUUID(net.minecraft.world.entity.Entity internal) getTags(net.minecraft.world.entity.Entity internal) static intgetTeamColor(net.minecraft.world.entity.Entity internal) static intgetTicksFrozen(net.minecraft.world.entity.Entity internal) static intgetTicksRequiredToFreeze(net.minecraft.world.entity.Entity internal) static net.minecraft.world.entity.EntityTypegetType(net.minecraft.world.entity.Entity internal) static net.minecraft.world.phys.Vec3getUpVector(net.minecraft.world.entity.Entity internal, float partialTicks) static net.minecraft.world.entity.EntitygetVehicle(net.minecraft.world.entity.Entity internal) static net.minecraft.world.phys.Vec3getViewVector(net.minecraft.world.entity.Entity internal, float partialTicks) static doublegetX(net.minecraft.world.entity.Entity internal) static doublegetX(net.minecraft.world.entity.Entity internal, double scale) static doublegetY(net.minecraft.world.entity.Entity internal) static doublegetY(net.minecraft.world.entity.Entity internal, double scale) static doublegetZ(net.minecraft.world.entity.Entity internal) static doublegetZ(net.minecraft.world.entity.Entity internal, double scale) static booleanhasCustomName(net.minecraft.world.entity.Entity internal) static booleanhasExactlyOnePlayerPassenger(net.minecraft.world.entity.Entity internal) static booleanhasGlowingTag(net.minecraft.world.entity.Entity internal) static booleanhasIndirectPassenger(net.minecraft.world.entity.Entity internal, net.minecraft.world.entity.Entity entity) static booleanhasPassenger(net.minecraft.world.entity.Entity internal, Predicate<net.minecraft.world.entity.Entity> predicate) static booleanhasPassenger(net.minecraft.world.entity.Entity internal, net.minecraft.world.entity.Entity entity) static booleanhurt(net.minecraft.world.entity.Entity internal, net.minecraft.world.damagesource.DamageSource source, float amount) static booleanisAlive(net.minecraft.world.entity.Entity internal) static booleanisAttackable(net.minecraft.world.entity.Entity internal) static booleanisColliding(net.minecraft.world.entity.Entity internal, net.minecraft.core.BlockPos pos, net.minecraft.world.level.block.state.BlockState state) static booleanisCrouching(net.minecraft.world.entity.Entity internal) static booleanisCurrentlyGlowing(net.minecraft.world.entity.Entity internal) static booleanisCustomNameVisible(net.minecraft.world.entity.Entity internal) static booleanisDescending(net.minecraft.world.entity.Entity internal) static booleanisDiscrete(net.minecraft.world.entity.Entity internal) static booleanisFree(net.minecraft.world.entity.Entity internal, double x, double y, double z) static booleanisFullyFrozen(net.minecraft.world.entity.Entity internal) static booleanisInLava(net.minecraft.world.entity.Entity internal) static booleanisInvisible(net.minecraft.world.entity.Entity internal) static booleanisInvisibleTo(net.minecraft.world.entity.Entity internal, net.minecraft.world.entity.player.Player player) static booleanisInvulnerable(net.minecraft.world.entity.Entity internal) static booleanisInvulnerableTo(net.minecraft.world.entity.Entity internal, net.minecraft.world.damagesource.DamageSource source) static booleanisInWall(net.minecraft.world.entity.Entity internal) static booleanisInWater(net.minecraft.world.entity.Entity internal) static booleanisInWaterOrBubble(net.minecraft.world.entity.Entity internal) static booleanisInWaterOrRain(net.minecraft.world.entity.Entity internal) static booleanisInWaterRainOrBubble(net.minecraft.world.entity.Entity internal) static booleanisNoGravity(net.minecraft.world.entity.Entity internal) static booleanisOnFire(net.minecraft.world.entity.Entity internal) static booleanisOnGround(net.minecraft.world.entity.Entity internal) static booleanisOnPortalCooldown(net.minecraft.world.entity.Entity internal) static booleanisPassenger(net.minecraft.world.entity.Entity internal) static booleanisPassengerOfSameVehicle(net.minecraft.world.entity.Entity internal, net.minecraft.world.entity.Entity entity) static booleanisPickable(net.minecraft.world.entity.Entity internal) static booleanisPushable(net.minecraft.world.entity.Entity internal) static booleanisPushedByFluid(net.minecraft.world.entity.Entity internal) static booleanisRemoved(net.minecraft.world.entity.Entity internal) static booleanisShiftKeyDown(net.minecraft.world.entity.Entity internal) static booleanisSilent(net.minecraft.world.entity.Entity internal) static booleanisSpectator(net.minecraft.world.entity.Entity internal) static booleanisSprinting(net.minecraft.world.entity.Entity internal) static booleanisSteppingCarefully(net.minecraft.world.entity.Entity internal) static booleanisSuppressingBounce(net.minecraft.world.entity.Entity internal) static booleanisSwimming(net.minecraft.world.entity.Entity internal) static booleanisUnderWater(net.minecraft.world.entity.Entity internal) static booleanisVehicle(net.minecraft.world.entity.Entity internal) static booleanisVisuallyCrawling(net.minecraft.world.entity.Entity internal) static booleanisVisuallySwimming(net.minecraft.world.entity.Entity internal) static voidkill(net.minecraft.world.entity.Entity internal) static voidlavaHurt(net.minecraft.world.entity.Entity internal) static voidmoveRelative(net.minecraft.world.entity.Entity internal, float amount, net.minecraft.world.phys.Vec3 relative) static voidmoveTo(net.minecraft.world.entity.Entity internal, double x, double y, double z) static voidmoveTo(net.minecraft.world.entity.Entity internal, double x, double y, double z, float yaw, float pitch) static voidmoveTo(net.minecraft.world.entity.Entity internal, net.minecraft.core.BlockPos pos, float yaw, float pitch) static voidmoveTo(net.minecraft.world.entity.Entity internal, net.minecraft.world.phys.Vec3 vec) static booleanoccludesVibrations(net.minecraft.world.entity.Entity internal) static voidplaySound(net.minecraft.world.entity.Entity internal, net.minecraft.sounds.SoundEvent sound, float volume, float pitch) static net.minecraft.world.phys.Vec3position(net.minecraft.world.entity.Entity internal) static voidpositionRider(net.minecraft.world.entity.Entity internal, net.minecraft.world.entity.Entity entity) static booleanstatic voidremoveVehicle(net.minecraft.world.entity.Entity internal) static booleanrideableUnderWater(net.minecraft.world.entity.Entity internal) static voidsendMessage(net.minecraft.world.entity.Entity internal, net.minecraft.network.chat.Component message) static voidsetAirSupply(net.minecraft.world.entity.Entity internal, int air) static voidsetCustomName(net.minecraft.world.entity.Entity internal, net.minecraft.network.chat.Component name) static voidsetCustomNameVisible(net.minecraft.world.entity.Entity internal, boolean visible) static voidsetDeltaMovement(net.minecraft.world.entity.Entity internal, double xDelta, double yDelta, double zDelta) static voidsetDeltaMovement(net.minecraft.world.entity.Entity internal, net.minecraft.world.phys.Vec3 deltaMovement) static voidsetGlowingTag(net.minecraft.world.entity.Entity internal, boolean glowing) static voidsetInvisible(net.minecraft.world.entity.Entity internal, boolean invisible) static voidsetInvulnerable(net.minecraft.world.entity.Entity internal, boolean invulnerable) static voidsetIsInPowderSnow(net.minecraft.world.entity.Entity internal, boolean inPowderSnow) static voidsetItemSlot(net.minecraft.world.entity.Entity internal, net.minecraft.world.entity.EquipmentSlot slot, net.minecraft.world.item.ItemStack stack) static voidsetNoGravity(net.minecraft.world.entity.Entity internal, boolean noGravity) static voidsetOldPosAndRot(net.minecraft.world.entity.Entity internal) static voidsetOnGround(net.minecraft.world.entity.Entity internal, boolean onGround) static voidsetPortalCooldown(net.minecraft.world.entity.Entity internal) static voidsetPos(net.minecraft.world.entity.Entity internal, double x, double y, double z) static voidsetPos(net.minecraft.world.entity.Entity internal, net.minecraft.world.phys.Vec3 position) static voidsetPosRaw(net.minecraft.world.entity.Entity internal, double x, double y, double z) static voidsetRemainingFireTicks(net.minecraft.world.entity.Entity internal, int ticks) static voidsetSecondsOnFire(net.minecraft.world.entity.Entity internal, int seconds) static voidsetShiftKeyDown(net.minecraft.world.entity.Entity internal, boolean keyDown) static voidsetSilent(net.minecraft.world.entity.Entity internal, boolean silent) static voidsetSprinting(net.minecraft.world.entity.Entity internal, boolean sprinting) static voidsetSwimming(net.minecraft.world.entity.Entity internal, boolean swimming) static voidsetTicksFrozen(net.minecraft.world.entity.Entity internal, int ticks) static booleanshouldShowName(net.minecraft.world.entity.Entity internal) static booleanshowVehicleHealth(net.minecraft.world.entity.Entity internal) static booleanstartRiding(net.minecraft.world.entity.Entity internal, net.minecraft.world.entity.Entity entity) static booleanstartRiding(net.minecraft.world.entity.Entity internal, net.minecraft.world.entity.Entity entity, boolean force) static voidstopRiding(net.minecraft.world.entity.Entity internal) static voidteleportTo(net.minecraft.world.entity.Entity internal, double x, double y, double z) static voidturn(net.minecraft.world.entity.Entity internal, double yaw, double pitch) static voidunRide(net.minecraft.world.entity.Entity internal) static voidupdateCustomData(net.minecraft.world.entity.Entity internal, MapData data) Updates the custom NBT data for this Entity.static voidupdateData(net.minecraft.world.entity.Entity internal, MapData data) Updates the NBT data of this Entity.
-
Constructor Details
-
ExpandEntity
public ExpandEntity()
-
-
Method Details
-
isColliding
public static boolean isColliding(net.minecraft.world.entity.Entity internal, net.minecraft.core.BlockPos pos, net.minecraft.world.level.block.state.BlockState state) -
getLevel
public static net.minecraft.world.level.Level getLevel(net.minecraft.world.entity.Entity internal) -
getTeamColor
public static int getTeamColor(net.minecraft.world.entity.Entity internal) -
isSpectator
public static boolean isSpectator(net.minecraft.world.entity.Entity internal) -
unRide
public static void unRide(net.minecraft.world.entity.Entity internal) -
getType
public static net.minecraft.world.entity.EntityType getType(net.minecraft.world.entity.Entity internal) -
getTags
-
addTag
-
removeTag
-
kill
public static void kill(net.minecraft.world.entity.Entity internal) -
discard
public static void discard(net.minecraft.world.entity.Entity internal) -
closerThan
public static boolean closerThan(net.minecraft.world.entity.Entity internal, net.minecraft.world.entity.Entity other, double distance) -
setPos
public static void setPos(net.minecraft.world.entity.Entity internal, net.minecraft.world.phys.Vec3 position) -
setPos
public static void setPos(net.minecraft.world.entity.Entity internal, double x, double y, double z) -
turn
public static void turn(net.minecraft.world.entity.Entity internal, double yaw, double pitch) -
setPortalCooldown
public static void setPortalCooldown(net.minecraft.world.entity.Entity internal) -
isOnPortalCooldown
public static boolean isOnPortalCooldown(net.minecraft.world.entity.Entity internal) -
getPortalWaitTime
public static int getPortalWaitTime(net.minecraft.world.entity.Entity internal) -
lavaHurt
public static void lavaHurt(net.minecraft.world.entity.Entity internal) -
setSecondsOnFire
public static void setSecondsOnFire(net.minecraft.world.entity.Entity internal, int seconds) -
setRemainingFireTicks
public static void setRemainingFireTicks(net.minecraft.world.entity.Entity internal, int ticks) -
getRemainingFireTicks
public static int getRemainingFireTicks(net.minecraft.world.entity.Entity internal) -
clearFire
public static void clearFire(net.minecraft.world.entity.Entity internal) -
isFree
public static boolean isFree(net.minecraft.world.entity.Entity internal, double x, double y, double z) -
setOnGround
public static void setOnGround(net.minecraft.world.entity.Entity internal, boolean onGround) -
isOnGround
public static boolean isOnGround(net.minecraft.world.entity.Entity internal) -
getOnPos
public static net.minecraft.core.BlockPos getOnPos(net.minecraft.world.entity.Entity internal) -
playSound
public static void playSound(net.minecraft.world.entity.Entity internal, net.minecraft.sounds.SoundEvent sound, float volume, float pitch) -
isSilent
public static boolean isSilent(net.minecraft.world.entity.Entity internal) -
setSilent
public static void setSilent(net.minecraft.world.entity.Entity internal, boolean silent) -
isNoGravity
public static boolean isNoGravity(net.minecraft.world.entity.Entity internal) -
setNoGravity
public static void setNoGravity(net.minecraft.world.entity.Entity internal, boolean noGravity) -
occludesVibrations
public static boolean occludesVibrations(net.minecraft.world.entity.Entity internal) -
fireImmune
public static boolean fireImmune(net.minecraft.world.entity.Entity internal) -
isInWater
public static boolean isInWater(net.minecraft.world.entity.Entity internal) -
isInWaterOrRain
public static boolean isInWaterOrRain(net.minecraft.world.entity.Entity internal) -
isInWaterRainOrBubble
public static boolean isInWaterRainOrBubble(net.minecraft.world.entity.Entity internal) -
isInWaterOrBubble
public static boolean isInWaterOrBubble(net.minecraft.world.entity.Entity internal) -
isUnderWater
public static boolean isUnderWater(net.minecraft.world.entity.Entity internal) -
isInLava
public static boolean isInLava(net.minecraft.world.entity.Entity internal) -
moveRelative
public static void moveRelative(net.minecraft.world.entity.Entity internal, float amount, net.minecraft.world.phys.Vec3 relative) -
getBrightness
public static float getBrightness(net.minecraft.world.entity.Entity internal) -
moveTo
public static void moveTo(net.minecraft.world.entity.Entity internal, net.minecraft.world.phys.Vec3 vec) -
moveTo
public static void moveTo(net.minecraft.world.entity.Entity internal, double x, double y, double z) -
moveTo
public static void moveTo(net.minecraft.world.entity.Entity internal, net.minecraft.core.BlockPos pos, float yaw, float pitch) -
moveTo
public static void moveTo(net.minecraft.world.entity.Entity internal, double x, double y, double z, float yaw, float pitch) -
setOldPosAndRot
public static void setOldPosAndRot(net.minecraft.world.entity.Entity internal) -
distanceTo
public static float distanceTo(net.minecraft.world.entity.Entity internal, net.minecraft.world.entity.Entity entity) -
distanceToSqr
public static double distanceToSqr(net.minecraft.world.entity.Entity internal, double x, double y, double z) -
distanceToSqr
public static double distanceToSqr(net.minecraft.world.entity.Entity internal, net.minecraft.world.entity.Entity entity) -
distanceToSqr
public static double distanceToSqr(net.minecraft.world.entity.Entity internal, net.minecraft.world.phys.Vec3 vec) -
hurt
public static boolean hurt(net.minecraft.world.entity.Entity internal, net.minecraft.world.damagesource.DamageSource source, float amount) -
getViewVector
public static net.minecraft.world.phys.Vec3 getViewVector(net.minecraft.world.entity.Entity internal, float partialTicks) -
getUpVector
public static net.minecraft.world.phys.Vec3 getUpVector(net.minecraft.world.entity.Entity internal, float partialTicks) -
getEyePosition
public static net.minecraft.world.phys.Vec3 getEyePosition(net.minecraft.world.entity.Entity internal) -
getEyePosition
public static net.minecraft.world.phys.Vec3 getEyePosition(net.minecraft.world.entity.Entity internal, float partialTicks) -
getPosition
public static net.minecraft.world.phys.Vec3 getPosition(net.minecraft.world.entity.Entity internal, float partialTicks) -
isPickable
public static boolean isPickable(net.minecraft.world.entity.Entity internal) -
isPushable
public static boolean isPushable(net.minecraft.world.entity.Entity internal) -
isAlive
public static boolean isAlive(net.minecraft.world.entity.Entity internal) -
isInWall
public static boolean isInWall(net.minecraft.world.entity.Entity internal) -
canCollideWith
public static boolean canCollideWith(net.minecraft.world.entity.Entity internal, net.minecraft.world.entity.Entity other) -
canBeCollidedWith
public static boolean canBeCollidedWith(net.minecraft.world.entity.Entity internal) -
positionRider
public static void positionRider(net.minecraft.world.entity.Entity internal, net.minecraft.world.entity.Entity entity) -
startRiding
public static boolean startRiding(net.minecraft.world.entity.Entity internal, net.minecraft.world.entity.Entity entity) -
showVehicleHealth
public static boolean showVehicleHealth(net.minecraft.world.entity.Entity internal) -
startRiding
public static boolean startRiding(net.minecraft.world.entity.Entity internal, net.minecraft.world.entity.Entity entity, boolean force) -
ejectPassengers
public static void ejectPassengers(net.minecraft.world.entity.Entity internal) -
removeVehicle
public static void removeVehicle(net.minecraft.world.entity.Entity internal) -
stopRiding
public static void stopRiding(net.minecraft.world.entity.Entity internal) -
getLookAngle
public static net.minecraft.world.phys.Vec3 getLookAngle(net.minecraft.world.entity.Entity internal) -
getForward
public static net.minecraft.world.phys.Vec3 getForward(net.minecraft.world.entity.Entity internal) -
getDimensionChangingDelay
public static int getDimensionChangingDelay(net.minecraft.world.entity.Entity internal) -
getHandSlots
public static Iterable<net.minecraft.world.item.ItemStack> getHandSlots(net.minecraft.world.entity.Entity internal) -
getArmorSlots
public static Iterable<net.minecraft.world.item.ItemStack> getArmorSlots(net.minecraft.world.entity.Entity internal) -
getAllSlots
public static Iterable<net.minecraft.world.item.ItemStack> getAllSlots(net.minecraft.world.entity.Entity internal) -
setItemSlot
public static void setItemSlot(net.minecraft.world.entity.Entity internal, net.minecraft.world.entity.EquipmentSlot slot, net.minecraft.world.item.ItemStack stack) -
isOnFire
public static boolean isOnFire(net.minecraft.world.entity.Entity internal) -
isPassenger
public static boolean isPassenger(net.minecraft.world.entity.Entity internal) -
isVehicle
public static boolean isVehicle(net.minecraft.world.entity.Entity internal) -
rideableUnderWater
public static boolean rideableUnderWater(net.minecraft.world.entity.Entity internal) -
setShiftKeyDown
public static void setShiftKeyDown(net.minecraft.world.entity.Entity internal, boolean keyDown) -
isShiftKeyDown
public static boolean isShiftKeyDown(net.minecraft.world.entity.Entity internal) -
isSteppingCarefully
public static boolean isSteppingCarefully(net.minecraft.world.entity.Entity internal) -
isSuppressingBounce
public static boolean isSuppressingBounce(net.minecraft.world.entity.Entity internal) -
isDiscrete
public static boolean isDiscrete(net.minecraft.world.entity.Entity internal) -
isDescending
public static boolean isDescending(net.minecraft.world.entity.Entity internal) -
isCrouching
public static boolean isCrouching(net.minecraft.world.entity.Entity internal) -
isSprinting
public static boolean isSprinting(net.minecraft.world.entity.Entity internal) -
setSprinting
public static void setSprinting(net.minecraft.world.entity.Entity internal, boolean sprinting) -
isSwimming
public static boolean isSwimming(net.minecraft.world.entity.Entity internal) -
isVisuallySwimming
public static boolean isVisuallySwimming(net.minecraft.world.entity.Entity internal) -
isVisuallyCrawling
public static boolean isVisuallyCrawling(net.minecraft.world.entity.Entity internal) -
setSwimming
public static void setSwimming(net.minecraft.world.entity.Entity internal, boolean swimming) -
hasGlowingTag
public static boolean hasGlowingTag(net.minecraft.world.entity.Entity internal) -
setGlowingTag
public static void setGlowingTag(net.minecraft.world.entity.Entity internal, boolean glowing) -
isCurrentlyGlowing
public static boolean isCurrentlyGlowing(net.minecraft.world.entity.Entity internal) -
isInvisible
public static boolean isInvisible(net.minecraft.world.entity.Entity internal) -
isInvisibleTo
public static boolean isInvisibleTo(net.minecraft.world.entity.Entity internal, net.minecraft.world.entity.player.Player player) -
setInvisible
public static void setInvisible(net.minecraft.world.entity.Entity internal, boolean invisible) -
getMaxAirSupply
public static int getMaxAirSupply(net.minecraft.world.entity.Entity internal) -
getAirSupply
public static int getAirSupply(net.minecraft.world.entity.Entity internal) -
setAirSupply
public static void setAirSupply(net.minecraft.world.entity.Entity internal, int air) -
getTicksFrozen
public static int getTicksFrozen(net.minecraft.world.entity.Entity internal) -
setTicksFrozen
public static void setTicksFrozen(net.minecraft.world.entity.Entity internal, int ticks) -
getPercentFrozen
public static float getPercentFrozen(net.minecraft.world.entity.Entity internal) -
isFullyFrozen
public static boolean isFullyFrozen(net.minecraft.world.entity.Entity internal) -
getTicksRequiredToFreeze
public static int getTicksRequiredToFreeze(net.minecraft.world.entity.Entity internal) -
getName
public static net.minecraft.network.chat.Component getName(net.minecraft.world.entity.Entity internal) -
isAttackable
public static boolean isAttackable(net.minecraft.world.entity.Entity internal) -
isInvulnerableTo
public static boolean isInvulnerableTo(net.minecraft.world.entity.Entity internal, net.minecraft.world.damagesource.DamageSource source) -
isInvulnerable
public static boolean isInvulnerable(net.minecraft.world.entity.Entity internal) -
setInvulnerable
public static void setInvulnerable(net.minecraft.world.entity.Entity internal, boolean invulnerable) -
getMaxFallDistance
public static int getMaxFallDistance(net.minecraft.world.entity.Entity internal) -
getStringUUID
-
isPushedByFluid
public static boolean isPushedByFluid(net.minecraft.world.entity.Entity internal) -
getDisplayName
public static net.minecraft.network.chat.Component getDisplayName(net.minecraft.world.entity.Entity internal) -
setCustomName
public static void setCustomName(net.minecraft.world.entity.Entity internal, net.minecraft.network.chat.Component name) -
getCustomName
public static net.minecraft.network.chat.Component getCustomName(net.minecraft.world.entity.Entity internal) -
hasCustomName
public static boolean hasCustomName(net.minecraft.world.entity.Entity internal) -
setCustomNameVisible
public static void setCustomNameVisible(net.minecraft.world.entity.Entity internal, boolean visible) -
isCustomNameVisible
public static boolean isCustomNameVisible(net.minecraft.world.entity.Entity internal) -
teleportTo
public static void teleportTo(net.minecraft.world.entity.Entity internal, double x, double y, double z) -
shouldShowName
public static boolean shouldShowName(net.minecraft.world.entity.Entity internal) -
getDirection
public static net.minecraft.core.Direction getDirection(net.minecraft.world.entity.Entity internal) -
getMotionDirection
public static net.minecraft.core.Direction getMotionDirection(net.minecraft.world.entity.Entity internal) -
getBoundingBoxForCulling
public static net.minecraft.world.phys.AABB getBoundingBoxForCulling(net.minecraft.world.entity.Entity internal) -
getEyeHeight
public static float getEyeHeight(net.minecraft.world.entity.Entity internal) -
sendMessage
public static void sendMessage(net.minecraft.world.entity.Entity internal, net.minecraft.network.chat.Component message) -
getCommandSenderWorld
public static net.minecraft.world.level.Level getCommandSenderWorld(net.minecraft.world.entity.Entity internal) -
getControllingPassenger
public static net.minecraft.world.entity.Entity getControllingPassenger(net.minecraft.world.entity.Entity internal) -
getPassengers
public static List<net.minecraft.world.entity.Entity> getPassengers(net.minecraft.world.entity.Entity internal) -
getFirstPassenger
public static net.minecraft.world.entity.Entity getFirstPassenger(net.minecraft.world.entity.Entity internal) -
hasPassenger
public static boolean hasPassenger(net.minecraft.world.entity.Entity internal, net.minecraft.world.entity.Entity entity) -
hasPassenger
public static boolean hasPassenger(net.minecraft.world.entity.Entity internal, Predicate<net.minecraft.world.entity.Entity> predicate) -
hasExactlyOnePlayerPassenger
public static boolean hasExactlyOnePlayerPassenger(net.minecraft.world.entity.Entity internal) -
getRootVehicle
public static net.minecraft.world.entity.Entity getRootVehicle(net.minecraft.world.entity.Entity internal) -
isPassengerOfSameVehicle
public static boolean isPassengerOfSameVehicle(net.minecraft.world.entity.Entity internal, net.minecraft.world.entity.Entity entity) -
hasIndirectPassenger
public static boolean hasIndirectPassenger(net.minecraft.world.entity.Entity internal, net.minecraft.world.entity.Entity entity) -
getVehicle
public static net.minecraft.world.entity.Entity getVehicle(net.minecraft.world.entity.Entity internal) -
getPistonPushReaction
public static net.minecraft.world.level.material.PushReaction getPistonPushReaction(net.minecraft.world.entity.Entity internal) -
getSoundSource
public static net.minecraft.sounds.SoundSource getSoundSource(net.minecraft.world.entity.Entity internal) -
getFluidJumpThreshold
public static double getFluidJumpThreshold(net.minecraft.world.entity.Entity internal) -
getBbWidth
public static float getBbWidth(net.minecraft.world.entity.Entity internal) -
getBbHeight
public static float getBbHeight(net.minecraft.world.entity.Entity internal) -
position
public static net.minecraft.world.phys.Vec3 position(net.minecraft.world.entity.Entity internal) -
blockPosition
public static net.minecraft.core.BlockPos blockPosition(net.minecraft.world.entity.Entity internal) -
getFeetBlockState
public static net.minecraft.world.level.block.state.BlockState getFeetBlockState(net.minecraft.world.entity.Entity internal) -
eyeBlockPosition
public static net.minecraft.core.BlockPos eyeBlockPosition(net.minecraft.world.entity.Entity internal) -
getBlockX
public static int getBlockX(net.minecraft.world.entity.Entity internal) -
getX
public static double getX(net.minecraft.world.entity.Entity internal) -
getX
public static double getX(net.minecraft.world.entity.Entity internal, double scale) -
getBlockY
public static int getBlockY(net.minecraft.world.entity.Entity internal) -
getY
public static double getY(net.minecraft.world.entity.Entity internal) -
getY
public static double getY(net.minecraft.world.entity.Entity internal, double scale) -
getEyeY
public static double getEyeY(net.minecraft.world.entity.Entity internal) -
getBlockZ
public static int getBlockZ(net.minecraft.world.entity.Entity internal) -
getZ
public static double getZ(net.minecraft.world.entity.Entity internal) -
getZ
public static double getZ(net.minecraft.world.entity.Entity internal, double scale) -
setPosRaw
public static void setPosRaw(net.minecraft.world.entity.Entity internal, double x, double y, double z) -
setIsInPowderSnow
public static void setIsInPowderSnow(net.minecraft.world.entity.Entity internal, boolean inPowderSnow) -
canFreeze
public static boolean canFreeze(net.minecraft.world.entity.Entity internal) -
isRemoved
public static boolean isRemoved(net.minecraft.world.entity.Entity internal) -
getData
Gets the NBT data of this Entity.- Returns:
- The NBT data of this Entity.
-
updateData
Updates the NBT data of this Entity.- Parameters:
data- The new Data for this Entity- DocParam:
- data {key: "value"}
-
getCustomData
Gets the custom NBT data for this Entity.- Returns:
- The custom data for this Entity.
-
updateCustomData
Updates the custom NBT data for this Entity.- Parameters:
data- The custom data to store.- DocParam:
- data {custom: "data"}
-
getDeltaMovement
public static net.minecraft.world.phys.Vec3 getDeltaMovement(net.minecraft.world.entity.Entity internal) -
setDeltaMovement
public static void setDeltaMovement(net.minecraft.world.entity.Entity internal, net.minecraft.world.phys.Vec3 deltaMovement) -
setDeltaMovement
public static void setDeltaMovement(net.minecraft.world.entity.Entity internal, double xDelta, double yDelta, double zDelta)
-