Uses of Record Class
net.minecraft.entity.Transformation
Packages that use Transformation
Package
Description
-
Uses of Transformation in net.minecraft.entity
Fields in net.minecraft.entity declared as TransformationModifier and TypeFieldDescriptionstatic final Transformation
Transformation.EMPTY
private Transformation
LivingEntity.transformation
Methods in net.minecraft.entity that return TransformationModifier and TypeMethodDescriptionTransformationType.createTransformation
(LivingEntity entity) static Transformation
LivingEntity.getTransformedLook()
Methods in net.minecraft.entity with parameters of type TransformationModifier and TypeMethodDescriptionvoid
Entity.method_50632
(Transformation transformation, LivingEntity livingEntity) -
Uses of Transformation in net.minecraft.entity.boss.dragon
Methods in net.minecraft.entity.boss.dragon with parameters of type TransformationModifier and TypeMethodDescriptionvoid
EnderDragonEntity.method_50632
(Transformation transformation, LivingEntity livingEntity) -
Uses of Transformation in net.minecraft.entity.mob
Methods in net.minecraft.entity.mob with parameters of type TransformationModifier and TypeMethodDescriptionvoid
AbstractSkeletonEntity.method_50632
(Transformation transformation, LivingEntity livingEntity) void
EndermanEntity.method_50632
(Transformation transformation, LivingEntity livingEntity) void
ZombieEntity.method_50632
(Transformation transformation, LivingEntity livingEntity) -
Uses of Transformation in net.minecraft.entity.passive
Methods in net.minecraft.entity.passive with parameters of type TransformationModifier and TypeMethodDescriptionvoid
AllayEntity.method_50632
(Transformation transformation, LivingEntity livingEntity) void
ChickenEntity.method_50632
(Transformation transformation, LivingEntity livingEntity) void
SquidEntity.method_50632
(Transformation transformation, LivingEntity livingEntity)