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 TransformationTransformation.EMPTYprivate TransformationLivingEntity.transformationMethods in net.minecraft.entity that return TransformationModifier and TypeMethodDescriptionTransformationType.createTransformation(LivingEntity entity) static TransformationLivingEntity.getTransformedLook()Methods in net.minecraft.entity with parameters of type TransformationModifier and TypeMethodDescriptionvoidEntity.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 TypeMethodDescriptionvoidEnderDragonEntity.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 TypeMethodDescriptionvoidAbstractSkeletonEntity.method_50632(Transformation transformation, LivingEntity livingEntity) voidEndermanEntity.method_50632(Transformation transformation, LivingEntity livingEntity) voidZombieEntity.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 TypeMethodDescriptionvoidAllayEntity.method_50632(Transformation transformation, LivingEntity livingEntity) voidChickenEntity.method_50632(Transformation transformation, LivingEntity livingEntity) voidSquidEntity.method_50632(Transformation transformation, LivingEntity livingEntity)