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$a
intermediary net/minecraft/class_4482$class_4483
named net/minecraft/block/entity/BeehiveBlockEntity$Bee
-
Field Summary
Fields Modifier and Type Field Description private CompoundTag
entityData
private int
minOccupationTicks
private int
ticksInHive
-
Constructor Summary
Constructors Modifier Constructor Description private
Bee(CompoundTag entityData, int ticksInHive, int minOccupationTicks)
-
Method Summary
-
Field Details
-
entityData
- Mappings:
Namespace Name Mixin selector official a
Lcfo$a;a:Lmq;
intermediary field_20425
Lnet/minecraft/class_4482$class_4483;field_20425:Lnet/minecraft/class_2487;
named entityData
Lnet/minecraft/block/entity/BeehiveBlockEntity$Bee;entityData:Lnet/minecraft/nbt/CompoundTag;
-
ticksInHive
private int ticksInHive- Mappings:
Namespace Name Mixin selector official b
Lcfo$a;b:I
intermediary field_20426
Lnet/minecraft/class_4482$class_4483;field_20426:I
named ticksInHive
Lnet/minecraft/block/entity/BeehiveBlockEntity$Bee;ticksInHive:I
-
minOccupationTicks
private final int minOccupationTicks- Mappings:
Namespace Name Mixin selector official c
Lcfo$a;c:I
intermediary field_20427
Lnet/minecraft/class_4482$class_4483;field_20427:I
named minOccupationTicks
Lnet/minecraft/block/entity/BeehiveBlockEntity$Bee;minOccupationTicks:I
-
-
Constructor Details
-
Bee
- Mappings:
Namespace Name Mixin selector official <init>
Lcfo$a;<init>(Lmq;II)V
intermediary <init>
Lnet/minecraft/class_4482$class_4483;<init>(Lnet/minecraft/class_2487;II)V
named <init>
Lnet/minecraft/block/entity/BeehiveBlockEntity$Bee;<init>(Lnet/minecraft/nbt/CompoundTag;II)V
-