Uses of Record Class
net.minecraft.component.type.BlockStateComponent
Packages that use BlockStateComponent
Package
Description
The base package for all Minecraft classes.
-
Uses of BlockStateComponent in net.minecraft
Fields in net.minecraft declared as BlockStateComponentModifier and TypeFieldDescriptionprivate final BlockStateComponentclass_9732.propertiesThe field for thepropertiesrecord component.Methods in net.minecraft that return BlockStateComponentModifier and TypeMethodDescriptionclass_9732.properties()Returns the value of thepropertiesrecord component.Constructors in net.minecraft with parameters of type BlockStateComponentModifierConstructorDescriptionclass_9732(BlockStateComponent blockStateComponent) class_9732(BlockStateComponent blockStateComponent, Vec3i vec3i) -
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