Class SchematicSyncPacket
java.lang.Object
com.simibubi.create.foundation.networking.SimplePacketBase
com.simibubi.create.content.schematics.packet.SchematicSyncPacket
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionSchematicSyncPacket(int slot, net.minecraft.world.level.levelgen.structure.templatesystem.StructurePlaceSettings settings, net.minecraft.core.BlockPos anchor, boolean deployed) SchematicSyncPacket(net.minecraft.network.FriendlyByteBuf buffer) -
Method Summary
-
Field Details
-
slot
public int slot -
deployed
public boolean deployed -
anchor
public net.minecraft.core.BlockPos anchor -
rotation
public net.minecraft.world.level.block.Rotation rotation -
mirror
public net.minecraft.world.level.block.Mirror mirror
-
-
Constructor Details
-
SchematicSyncPacket
public SchematicSyncPacket(int slot, net.minecraft.world.level.levelgen.structure.templatesystem.StructurePlaceSettings settings, net.minecraft.core.BlockPos anchor, boolean deployed) -
SchematicSyncPacket
public SchematicSyncPacket(net.minecraft.network.FriendlyByteBuf buffer)
-
-
Method Details
-
write
public void write(net.minecraft.network.FriendlyByteBuf buffer) - Specified by:
writein classSimplePacketBase
-
handle
- Specified by:
handlein classSimplePacketBase
-