Uses of Record Class
net.minecraft.component.type.BlockStateComponent
Packages that use BlockStateComponent
-
Uses of BlockStateComponent in net.minecraft.component
Fields in net.minecraft.component with type parameters of type BlockStateComponentModifier and TypeFieldDescriptionstatic final DataComponentType<BlockStateComponent> DataComponentTypes.BLOCK_STATE -
Uses of BlockStateComponent in net.minecraft.component.type
Fields in net.minecraft.component.type declared as BlockStateComponentFields in net.minecraft.component.type with type parameters of type BlockStateComponentModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<BlockStateComponent> BlockStateComponent.CODECstatic final PacketCodec<ByteBuf, BlockStateComponent> BlockStateComponent.PACKET_CODECMethods in net.minecraft.component.type that return BlockStateComponentModifier and TypeMethodDescription<T extends Comparable<T>>
BlockStateComponentBlockStateComponent.with(Property<T> property, BlockState fromState) <T extends Comparable<T>>
BlockStateComponent