Package net.minecraft.world
Class MobSpawnerEntry
java.lang.Object
net.minecraft.util.collection.WeightedPicker.Entry
net.minecraft.world.MobSpawnerEntry
public class MobSpawnerEntry extends WeightedPicker.Entry
- Mappings:
Namespace Name official bul
intermediary net/minecraft/class_1952
named net/minecraft/world/MobSpawnerEntry
-
Field Summary
Fields Modifier and Type Field Description private CompoundTag
entityTag
Fields inherited from class net.minecraft.util.collection.WeightedPicker.Entry
weight
-
Constructor Summary
Constructors Constructor Description MobSpawnerEntry()
MobSpawnerEntry(int weight, CompoundTag entityTag)
MobSpawnerEntry(CompoundTag tag)
-
Method Summary
Modifier and Type Method Description CompoundTag
getEntityTag()
CompoundTag
serialize()
-
Field Details
-
entityTag
- Mappings:
Namespace Name Mixin selector official b
Lbul;b:Lmq;
intermediary field_9307
Lnet/minecraft/class_1952;field_9307:Lnet/minecraft/class_2487;
named entityTag
Lnet/minecraft/world/MobSpawnerEntry;entityTag:Lnet/minecraft/nbt/CompoundTag;
-
-
Constructor Details
-
MobSpawnerEntry
public MobSpawnerEntry() -
MobSpawnerEntry
- Mappings:
Namespace Name Mixin selector official <init>
Lbul;<init>(Lmq;)V
intermediary <init>
Lnet/minecraft/class_1952;<init>(Lnet/minecraft/class_2487;)V
named <init>
Lnet/minecraft/world/MobSpawnerEntry;<init>(Lnet/minecraft/nbt/CompoundTag;)V
-
MobSpawnerEntry
- Mappings:
Namespace Name Mixin selector official <init>
Lbul;<init>(ILmq;)V
intermediary <init>
Lnet/minecraft/class_1952;<init>(ILnet/minecraft/class_2487;)V
named <init>
Lnet/minecraft/world/MobSpawnerEntry;<init>(ILnet/minecraft/nbt/CompoundTag;)V
-
-
Method Details
-
serialize
- Mappings:
Namespace Name Mixin selector official a
Lbul;a()Lmq;
intermediary method_8679
Lnet/minecraft/class_1952;method_8679()Lnet/minecraft/class_2487;
named serialize
Lnet/minecraft/world/MobSpawnerEntry;serialize()Lnet/minecraft/nbt/CompoundTag;
-
getEntityTag
- Mappings:
Namespace Name Mixin selector official b
Lbul;b()Lmq;
intermediary method_8678
Lnet/minecraft/class_1952;method_8678()Lnet/minecraft/class_2487;
named getEntityTag
Lnet/minecraft/world/MobSpawnerEntry;getEntityTag()Lnet/minecraft/nbt/CompoundTag;
-