Uses of Record Class
net.minecraft.world.item.component.BlockItemStateProperties
Package
Description
-
Uses of BlockItemStateProperties in net.minecraft.core.component
Modifier and TypeFieldDescriptionstatic final DataComponentType
<BlockItemStateProperties> DataComponents.BLOCK_STATE
-
Uses of BlockItemStateProperties in net.minecraft.world.item.component
Modifier and TypeFieldDescriptionstatic final BlockItemStateProperties
BlockItemStateProperties.EMPTY
Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec
<BlockItemStateProperties> BlockItemStateProperties.CODEC
static final StreamCodec
<io.netty.buffer.ByteBuf, BlockItemStateProperties> BlockItemStateProperties.STREAM_CODEC
Modifier 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
Modifier and TypeFieldDescriptionprivate final BlockItemStateProperties
SetBlockProperties.properties
The field for theproperties
record component.Modifier and TypeMethodDescriptionSetBlockProperties.properties()
Returns the value of theproperties
record component.ModifierConstructorDescriptionSetBlockProperties
(BlockItemStateProperties p_346404_) SetBlockProperties
(BlockItemStateProperties properties, Vec3i offset, Optional<Holder<GameEvent>> triggerGameEvent) Creates an instance of aSetBlockProperties
record class.