Uses of Enum Class
net.minecraft.block.AbstractBlock.OffsetType
-
Uses of AbstractBlock.OffsetType in net.minecraft.block
Modifier and TypeFieldDescriptionprivate final AbstractBlock.OffsetType
AbstractBlock.AbstractBlockState.offsetType
Modifier and TypeFieldDescription(package private) Function<BlockState,
AbstractBlock.OffsetType> AbstractBlock.Settings.offsetType
Modifier and TypeMethodDescriptionAbstractBlock.AbstractBlockState.getOffsetType()
static AbstractBlock.OffsetType
Returns the enum constant of this class with the specified name.static AbstractBlock.OffsetType[]
AbstractBlock.OffsetType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionAbstractBlock.Settings.offsetType
(AbstractBlock.OffsetType offsetType) Modifier and TypeMethodDescriptionAbstractBlock.Settings.offsetType
(Function<BlockState, AbstractBlock.OffsetType> offsetType)