Uses of Enum Class
net.minecraft.entity.EntityCategory
Packages that use EntityCategory
Package
Description
-
Uses of EntityCategory in net.minecraft.entity
Methods in net.minecraft.entity that return EntityCategoryModifier and TypeMethodDescriptionstatic EntityCategoryReturns the enum constant of this class with the specified name.static EntityCategory[]EntityCategory.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of EntityCategory in net.minecraft.server.world
Methods in net.minecraft.server.world with parameters of type EntityCategoryModifier and TypeMethodDescriptionbooleanServerWorld.method_10753(EntityCategory entityCategory, SpawnEntry spawnEntry, BlockPos blockPos) ServerWorld.method_10754(EntityCategory entityCategory, BlockPos blockPos) -
Uses of EntityCategory in net.minecraft.world.biome
Methods in net.minecraft.world.biome with parameters of type EntityCategory -
Uses of EntityCategory in net.minecraft.world.chunk
Methods in net.minecraft.world.chunk with parameters of type EntityCategoryModifier and TypeMethodDescriptionChunkProvider.getSpawnEntries(EntityCategory category, BlockPos pos) ClientChunkProvider.getSpawnEntries(EntityCategory category, BlockPos pos) DebugChunkGenerator.getSpawnEntries(EntityCategory category, BlockPos pos) EndChunkGenerator.getSpawnEntries(EntityCategory category, BlockPos pos) FlatChunkGenerator.getSpawnEntries(EntityCategory category, BlockPos pos) NetherChunkGenerator.getSpawnEntries(EntityCategory category, BlockPos pos) ServerChunkProvider.getSpawnEntries(EntityCategory category, BlockPos pos) SurfaceChunkGenerator.getSpawnEntries(EntityCategory category, BlockPos pos)