Class ServerboundChiseledBlockPayload
-
- All Implemented Interfaces:
-
net.minecraft.network.protocol.common.custom.CustomPacketPayload
@JvmRecord() public final class ServerboundChiseledBlockPayload extends Record implements CustomPacketPayload
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classServerboundChiseledBlockPayload.Companion
-
Field Summary
Fields Modifier and Type Field Description private final BlockPosblockPosprivate final ByteblockCornerOrdinalpublic final static ServerboundChiseledBlockPayload.CompanionCompanion
-
Constructor Summary
Constructors Constructor Description ServerboundChiseledBlockPayload(BlockPos blockPos, Byte blockCornerOrdinal)
-
Method Summary
Modifier and Type Method Description final BlockPosgetBlockPos()final BytegetBlockCornerOrdinal()CustomPacketPayload.Type<out CustomPacketPayload>type()-
-
Constructor Detail
-
ServerboundChiseledBlockPayload
ServerboundChiseledBlockPayload(BlockPos blockPos, Byte blockCornerOrdinal)
-
-
Method Detail
-
getBlockPos
final BlockPos getBlockPos()
-
getBlockCornerOrdinal
final Byte getBlockCornerOrdinal()
-
type
CustomPacketPayload.Type<out CustomPacketPayload> type()
-
-
-
-