Class BlockEntityInfo
java.lang.Object
org.geysermc.mcprotocollib.protocol.data.game.level.block.BlockEntityInfo
-
Constructor Summary
ConstructorsConstructorDescriptionBlockEntityInfo(int x, int y, int z, BlockEntityType type, @Nullable org.cloudburstmc.nbt.NbtMap nbt) -
Method Summary
-
Constructor Details
-
BlockEntityInfo
public BlockEntityInfo(int x, int y, int z, BlockEntityType type, @Nullable org.cloudburstmc.nbt.NbtMap nbt)
-
-
Method Details