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 BlockItemStatePropertiesBlockItemStateProperties.EMPTYFields in net.minecraft.world.item.component with type parameters of type BlockItemStatePropertiesModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<BlockItemStateProperties> BlockItemStateProperties.CODECstatic final StreamCodec<io.netty.buffer.ByteBuf, BlockItemStateProperties> BlockItemStateProperties.STREAM_CODECMethods 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 BlockItemStatePropertiesSetBlockProperties.propertiesThe field for thepropertiesrecord component.Methods in net.minecraft.world.item.enchantment.effects that return BlockItemStatePropertiesModifier and TypeMethodDescriptionSetBlockProperties.properties()Returns the value of thepropertiesrecord 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 aSetBlockPropertiesrecord class.