Class ClientboundChiseledBlockPayload
-
- All Implemented Interfaces:
-
net.minecraft.network.protocol.common.custom.CustomPacketPayload
@JvmRecord() public final class ClientboundChiseledBlockPayload extends Record implements CustomPacketPayload
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classClientboundChiseledBlockPayload.Companion
-
Field Summary
Fields Modifier and Type Field Description private final BlockPosblockPosprivate final BlockStateblockStatepublic final static ClientboundChiseledBlockPayload.CompanionCompanion
-
Constructor Summary
Constructors Constructor Description ClientboundChiseledBlockPayload(BlockPos blockPos, BlockState blockState)
-
Method Summary
Modifier and Type Method Description final BlockPosgetBlockPos()final BlockStategetBlockState()CustomPacketPayload.Type<out CustomPacketPayload>type()-
-
Method Detail
-
getBlockPos
final BlockPos getBlockPos()
-
getBlockState
final BlockState getBlockState()
-
type
CustomPacketPayload.Type<out CustomPacketPayload> type()
-
-
-
-