Package net.minecraft.block.entity
Class BeehiveBlockEntity.Bee
java.lang.Object
net.minecraft.block.entity.BeehiveBlockEntity.Bee
- Enclosing class:
- BeehiveBlockEntity
static class BeehiveBlockEntity.Bee extends Object
- Mappings:
Namespace Name official cfo$aintermediary net/minecraft/class_4482$class_4483named net/minecraft/block/entity/BeehiveBlockEntity$Bee
-
Field Summary
Fields Modifier and Type Field Description private CompoundTagentityDataprivate intminOccupationTicksprivate intticksInHive -
Constructor Summary
Constructors Modifier Constructor Description privateBee(CompoundTag entityData, int ticksInHive, int minOccupationTicks) -
Method Summary
-
Field Details
-
entityData
- Mappings:
Namespace Name Mixin selector official aLcfo$a;a:Lmq;intermediary field_20425Lnet/minecraft/class_4482$class_4483;field_20425:Lnet/minecraft/class_2487;named entityDataLnet/minecraft/block/entity/BeehiveBlockEntity$Bee;entityData:Lnet/minecraft/nbt/CompoundTag;
-
ticksInHive
private int ticksInHive- Mappings:
Namespace Name Mixin selector official bLcfo$a;b:Iintermediary field_20426Lnet/minecraft/class_4482$class_4483;field_20426:Inamed ticksInHiveLnet/minecraft/block/entity/BeehiveBlockEntity$Bee;ticksInHive:I
-
minOccupationTicks
private final int minOccupationTicks- Mappings:
Namespace Name Mixin selector official cLcfo$a;c:Iintermediary field_20427Lnet/minecraft/class_4482$class_4483;field_20427:Inamed minOccupationTicksLnet/minecraft/block/entity/BeehiveBlockEntity$Bee;minOccupationTicks:I
-
-
Constructor Details
-
Bee
- Mappings:
Namespace Name Mixin selector official <init>Lcfo$a;<init>(Lmq;II)Vintermediary <init>Lnet/minecraft/class_4482$class_4483;<init>(Lnet/minecraft/class_2487;II)Vnamed <init>Lnet/minecraft/block/entity/BeehiveBlockEntity$Bee;<init>(Lnet/minecraft/nbt/CompoundTag;II)V
-