Uses of Record Class
net.minecraft.entity.TransformationType.EntityData
Packages that use TransformationType.EntityData
-
Uses of TransformationType.EntityData in net.minecraft.entity
Fields in net.minecraft.entity with type parameters of type TransformationType.EntityDataModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<TransformationType.EntityData>TransformationType.EntityData.CODECprivate final Optional<TransformationType.EntityData>TransformationType.entityThe field for theentityrecord component.Methods in net.minecraft.entity that return types with arguments of type TransformationType.EntityDataModifier and TypeMethodDescriptionTransformationType.entity()Returns the value of theentityrecord component.Method parameters in net.minecraft.entity with type arguments of type TransformationType.EntityDataModifier and TypeMethodDescriptionTransformationType.withEntity(Optional<TransformationType.EntityData> entity) Constructor parameters in net.minecraft.entity with type arguments of type TransformationType.EntityDataModifierConstructorDescriptionTransformationType(Optional<TransformationType.EntityData> optional, float float2, Optional<com.mojang.authlib.GameProfile> optional2)