Class InstantSchematicPacket
java.lang.Object
com.simibubi.create.foundation.networking.SimplePacketBase
com.simibubi.create.content.schematics.packet.InstantSchematicPacket
-
Constructor Summary
ConstructorsConstructorDescriptionInstantSchematicPacket(String name, net.minecraft.core.BlockPos origin, net.minecraft.core.BlockPos bounds) InstantSchematicPacket(net.minecraft.network.FriendlyByteBuf buffer) -
Method Summary
-
Constructor Details
-
InstantSchematicPacket
public InstantSchematicPacket(String name, net.minecraft.core.BlockPos origin, net.minecraft.core.BlockPos bounds) -
InstantSchematicPacket
public InstantSchematicPacket(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
-