Uses of Record Class
net.minecraft.world.item.component.BlockItemStateProperties
Packages that use BlockItemStateProperties
Package
Description
-
Uses of BlockItemStateProperties in net.minecraft.core.component
Fields in net.minecraft.core.component with type parameters of type BlockItemStatePropertiesModifier and TypeFieldDescriptionstatic final DataComponentType
<BlockItemStateProperties> DataComponents.BLOCK_STATE
-
Uses of BlockItemStateProperties in net.minecraft.world.item.component
Fields in net.minecraft.world.item.component declared as BlockItemStatePropertiesModifier and TypeFieldDescriptionstatic final BlockItemStateProperties
BlockItemStateProperties.EMPTY
Fields in net.minecraft.world.item.component with type parameters of type BlockItemStatePropertiesModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec
<BlockItemStateProperties> BlockItemStateProperties.CODEC
static final StreamCodec
<io.netty.buffer.ByteBuf, BlockItemStateProperties> BlockItemStateProperties.STREAM_CODEC
Methods in net.minecraft.world.item.component that return BlockItemStatePropertiesModifier and TypeMethodDescription<T extends Comparable<T>>
BlockItemStatePropertiesBlockItemStateProperties.with
(Property<T> p_330873_, BlockState p_330751_) <T extends Comparable<T>>
BlockItemStateProperties -
Uses of BlockItemStateProperties in net.minecraft.world.item.enchantment.effects
Fields in net.minecraft.world.item.enchantment.effects declared as BlockItemStatePropertiesModifier and TypeFieldDescriptionprivate final BlockItemStateProperties
SetBlockProperties.properties
The field for theproperties
record component.Methods in net.minecraft.world.item.enchantment.effects that return BlockItemStatePropertiesModifier and TypeMethodDescriptionSetBlockProperties.properties()
Returns the value of theproperties
record component.Constructors in net.minecraft.world.item.enchantment.effects with parameters of type BlockItemStatePropertiesModifierConstructorDescriptionSetBlockProperties
(BlockItemStateProperties p_346404_) SetBlockProperties
(BlockItemStateProperties properties, Vec3i offset, Optional<Holder<GameEvent>> triggerGameEvent) Creates an instance of aSetBlockProperties
record class.