Uses of Interface
net.minecraft.class_9168
Packages that use class_9168
-
Uses of class_9168 in net.minecraft
Fields in net.minecraft declared as class_9168Modifier and TypeFieldDescriptionstatic final class_9168
class_9169.field_48742
static final class_9168
class_9169.field_48743
static final class_9168
class_9169.field_48744
static final class_9168
class_9169.field_48745
-
Uses of class_9168 in net.minecraft.entity
Fields in net.minecraft.entity declared as class_9168Modifier and TypeFieldDescriptionprivate final class_9168
SpawnRestriction.Entry.location
The field for thelocation
record component.Methods in net.minecraft.entity that return class_9168Modifier and TypeMethodDescriptionstatic class_9168
SpawnRestriction.getLocation
(EntityType<?> type) SpawnRestriction.Entry.location()
Returns the value of thelocation
record component.Methods in net.minecraft.entity with parameters of type class_9168Modifier and TypeMethodDescriptionprivate static <T extends MobEntity>
voidSpawnRestriction.register
(EntityType<T> type, class_9168 location, Heightmap.Type heightmapType, SpawnRestriction.SpawnPredicate<T> predicate) Constructors in net.minecraft.entity with parameters of type class_9168ModifierConstructorDescription(package private)
Entry
(Heightmap.Type heightmapType, class_9168 location, SpawnRestriction.SpawnPredicate<?> predicate) Creates an instance of aEntry
record class.