Uses of Enum Class
net.minecraft.entity.EntityBlockIntersectionType
Packages that use EntityBlockIntersectionType
-
Uses of EntityBlockIntersectionType in net.minecraft.entity
Fields in net.minecraft.entity with type parameters of type EntityBlockIntersectionTypeModifier and TypeFieldDescriptionprivate static final IntFunction<EntityBlockIntersectionType> EntityBlockIntersectionType.BY_IDstatic final PacketCodec<ByteBuf, EntityBlockIntersectionType> EntityBlockIntersectionType.PACKET_CODECMethods in net.minecraft.entity that return EntityBlockIntersectionTypeModifier and TypeMethodDescriptionstatic EntityBlockIntersectionTypeReturns the enum constant of this class with the specified name.static EntityBlockIntersectionType[]EntityBlockIntersectionType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of EntityBlockIntersectionType in net.minecraft.world.debug
Fields in net.minecraft.world.debug with type parameters of type EntityBlockIntersectionTypeModifier and TypeFieldDescriptionstatic final DebugSubscriptionType<EntityBlockIntersectionType> DebugSubscriptionTypes.ENTITY_BLOCK_INTERSECTIONS