Uses of Enum Class
net.minecraft.entity.mob.MobEntity.Location
Packages that use MobEntity.Location
-
Uses of MobEntity.Location in net.minecraft.entity
Fields in net.minecraft.entity with type parameters of type MobEntity.LocationModifier and TypeFieldDescriptionprivate static final HashMap<Class,MobEntity.Location> EntityLocations.LOCATION_MAPMethods in net.minecraft.entity that return MobEntity.LocationModifier and TypeMethodDescriptionstatic MobEntity.LocationEntityLocations.getLocation(Class entityClass) Methods in net.minecraft.entity with parameters of type MobEntity.LocationModifier and TypeMethodDescriptionstatic booleanMobSpawnerHelper.isSpawnable(MobEntity.Location location, World world, BlockPos pos) -
Uses of MobEntity.Location in net.minecraft.entity.mob
Methods in net.minecraft.entity.mob that return MobEntity.LocationModifier and TypeMethodDescriptionstatic MobEntity.LocationReturns the enum constant of this class with the specified name.static MobEntity.Location[]MobEntity.Location.values()Returns an array containing the constants of this enum class, in the order they are declared.