Uses of Record Class
net.minecraft.entity.TransformationType
Packages that use TransformationType
-
Uses of TransformationType in net.minecraft.entity
Fields in net.minecraft.entity declared as TransformationTypeModifier and TypeFieldDescriptionstatic final TransformationTypeTransformationType.EMPTYprivate final TransformationTypeTransformation.typeThe field for thetyperecord component.Fields in net.minecraft.entity with type parameters of type TransformationTypeModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<TransformationType>TransformationType.CODECprivate static final TrackedData<TransformationType>LivingEntity.field_44093Methods in net.minecraft.entity that return TransformationTypeModifier and TypeMethodDescriptionstatic TransformationTypeTransformationType.fromPacket(PacketByteBuf buf) LivingEntity.getTransformation()Transformation.type()Returns the value of thetyperecord component.TransformationType.withEntity(Optional<TransformationType.EntityData> entity) TransformationType.withEntity(EntityType<?> entityType, Optional<NbtCompound> nbt) TransformationType.withScale(float scale) Methods in net.minecraft.entity with parameters of type TransformationTypeModifier and TypeMethodDescriptionvoidLivingEntity.setTransformation(TransformationType transformationType) Method parameters in net.minecraft.entity with type arguments of type TransformationTypeModifier and TypeMethodDescriptionvoidLivingEntity.editTransformation(UnaryOperator<TransformationType> transformationTransformer) Constructors in net.minecraft.entity with parameters of type TransformationTypeModifierConstructorDescriptionTransformation(TransformationType transformationType, @Nullable Entity entity, @Nullable com.mojang.authlib.GameProfile gameProfile) -
Uses of TransformationType in net.minecraft.entity.data
Fields in net.minecraft.entity.data with type parameters of type TransformationTypeModifier and TypeFieldDescriptionstatic final TrackedDataHandler<TransformationType>TrackedDataHandlerRegistry.TRANSFORMATION