Uses of Enum Class
net.minecraft.entity.EntityType
Packages that use EntityType
-
Uses of EntityType in net.minecraft.entity
Methods in net.minecraft.entity that return EntityTypeModifier and TypeMethodDescriptionstatic EntityTypeReturns the enum constant of this class with the specified name.static EntityType[]EntityType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of EntityType in net.minecraft.level.biome
Methods in net.minecraft.level.biome with parameters of type EntityType -
Uses of EntityType in net.minecraft.sortme
Methods in net.minecraft.sortme with parameters of type EntityTypeModifier and TypeMethodDescriptionprivate static booleanLevelMonsterSpawner.canSpawnEntity(EntityType type, Level level, int x, int y, int z)