Uses of Enum Class
net.minecraft.entity.conversion.EntityConversionType
Packages that use EntityConversionType
-
Uses of EntityConversionType in net.minecraft.entity.conversion
Fields in net.minecraft.entity.conversion declared as EntityConversionTypeModifier and TypeFieldDescriptionprivate final EntityConversionTypeEntityConversionContext.typeThe field for thetyperecord component.Methods in net.minecraft.entity.conversion that return EntityConversionTypeModifier and TypeMethodDescriptionEntityConversionContext.type()Returns the value of thetyperecord component.static EntityConversionTypeReturns the enum constant of this class with the specified name.static EntityConversionType[]EntityConversionType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in net.minecraft.entity.conversion with parameters of type EntityConversionTypeModifierConstructorDescriptionEntityConversionContext(EntityConversionType entityConversionType, boolean bool, boolean bool2, @Nullable Team team)