Package net.minecraft.entity
Class SpawnRestriction.Entry
java.lang.Object
net.minecraft.entity.SpawnRestriction.Entry
- Enclosing class:
SpawnRestriction
- Mappings:
Namespace Name official bnf$a
intermediary net/minecraft/class_1317$class_1318
named net/minecraft/entity/SpawnRestriction$Entry
-
Field Summary
Modifier and TypeFieldDescription(package private) final Heightmap.Type
(package private) final SpawnRestriction.Location
(package private) final SpawnRestriction.SpawnPredicate<?>
-
Constructor Summary
ConstructorDescriptionEntry
(Heightmap.Type heightmapType, SpawnRestriction.Location location, SpawnRestriction.SpawnPredicate<?> predicate) -
Method Summary
-
Field Details
-
heightmapType
- Mappings:
Namespace Name Mixin selector official a
Lbnf$a;a:Ldoq$a;
intermediary field_6314
Lnet/minecraft/class_1317$class_1318;field_6314:Lnet/minecraft/class_2902$class_2903;
named heightmapType
Lnet/minecraft/entity/SpawnRestriction$Entry;heightmapType:Lnet/minecraft/world/Heightmap$Type;
-
location
- Mappings:
Namespace Name Mixin selector official b
Lbnf$a;b:Lbnf$c;
intermediary field_6315
Lnet/minecraft/class_1317$class_1318;field_6315:Lnet/minecraft/class_1317$class_1319;
named location
Lnet/minecraft/entity/SpawnRestriction$Entry;location:Lnet/minecraft/entity/SpawnRestriction$Location;
-
predicate
- Mappings:
Namespace Name Mixin selector official c
Lbnf$a;c:Lbnf$b;
intermediary field_19349
Lnet/minecraft/class_1317$class_1318;field_19349:Lnet/minecraft/class_1317$class_4306;
named predicate
Lnet/minecraft/entity/SpawnRestriction$Entry;predicate:Lnet/minecraft/entity/SpawnRestriction$SpawnPredicate;
-
-
Constructor Details
-
Entry
public Entry(Heightmap.Type heightmapType, SpawnRestriction.Location location, SpawnRestriction.SpawnPredicate<?> predicate) - Mappings:
Namespace Name Mixin selector official <init>
Lbnf$a;<init>(Ldoq$a;Lbnf$c;Lbnf$b;)V
intermediary <init>
Lnet/minecraft/class_1317$class_1318;<init>(Lnet/minecraft/class_2902$class_2903;Lnet/minecraft/class_1317$class_1319;Lnet/minecraft/class_1317$class_4306;)V
named <init>
Lnet/minecraft/entity/SpawnRestriction$Entry;<init>(Lnet/minecraft/world/Heightmap$Type;Lnet/minecraft/entity/SpawnRestriction$Location;Lnet/minecraft/entity/SpawnRestriction$SpawnPredicate;)V
-