Package net.minecraft
Class class_5704
java.lang.Object
net.minecraft.block.entity.BlockEntity
net.minecraft.class_5704
- All Implemented Interfaces:
class_5718.class_5719
public class class_5704 extends BlockEntity implements class_5718.class_5719
-
Field Summary
Fields Modifier and Type Field Description private class_5718field_28118private intfield_28119Fields inherited from class net.minecraft.block.entity.BlockEntity
pos, removed, world -
Constructor Summary
Constructors Constructor Description class_5704(BlockPos blockPos, BlockState blockState) -
Method Summary
Modifier and Type Method Description voidfromTag(CompoundTag compoundTag)static intmethod_32910(int int2, int int3)class_5718method_32911()intmethod_32912()voidmethod_32969(World world, class_5714 class_5714, class_5712 class_5712, int int2)booleanmethod_32970(World world, class_5714 class_5714, BlockPos blockPos, class_5712 class_5712, Entity entity)CompoundTagtoTag(CompoundTag compoundTag)Methods inherited from class net.minecraft.block.entity.BlockEntity
cancelRemoval, copyItemDataRequiresOperator, createFromTag, getCachedState, getPos, getSquaredRenderDistance, getType, getWorld, hasWorld, isRemoved, markDirty, markDirty, markRemoved, onSyncedBlockEvent, populateCrashReport, setCachedState, setWorld, toInitialChunkDataTag, toUpdatePacket
-
Field Details
-
field_28118
-
field_28119
private int field_28119
-
-
Constructor Details
-
class_5704
-
-
Method Details
-
fromTag
- Overrides:
fromTagin classBlockEntity
-
toTag
- Overrides:
toTagin classBlockEntity
-
method_32911
-
method_32912
public int method_32912() -
method_32970
public boolean method_32970(World world, class_5714 class_5714, BlockPos blockPos, class_5712 class_5712, @Nullable Entity entity)- Specified by:
method_32970in interfaceclass_5718.class_5719
-
method_32969
- Specified by:
method_32969in interfaceclass_5718.class_5719
-
method_32910
public static int method_32910(int int2, int int3)
-