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_9168class_9169.field_48742static final class_9168class_9169.field_48743static final class_9168class_9169.field_48744static final class_9168class_9169.field_48745 -
Uses of class_9168 in net.minecraft.entity
Fields in net.minecraft.entity declared as class_9168Modifier and TypeFieldDescriptionprivate final class_9168SpawnRestriction.Entry.locationThe field for thelocationrecord component.Methods in net.minecraft.entity that return class_9168Modifier and TypeMethodDescriptionstatic class_9168SpawnRestriction.getLocation(EntityType<?> type) SpawnRestriction.Entry.location()Returns the value of thelocationrecord 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 aEntryrecord class.