Uses of Enum Class
net.minecraft.block.AbstractBlock.OffsetType
Packages that use AbstractBlock.OffsetType
-
Uses of AbstractBlock.OffsetType in net.minecraft.block
Fields in net.minecraft.block declared as AbstractBlock.OffsetTypeModifier and TypeFieldDescriptionprivate final AbstractBlock.OffsetType
AbstractBlock.AbstractBlockState.offsetType
Fields in net.minecraft.block with type parameters of type AbstractBlock.OffsetTypeModifier and TypeFieldDescription(package private) Function<BlockState,
AbstractBlock.OffsetType> AbstractBlock.Settings.offsetType
Methods in net.minecraft.block that return AbstractBlock.OffsetTypeModifier 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.Methods in net.minecraft.block with parameters of type AbstractBlock.OffsetTypeModifier and TypeMethodDescriptionAbstractBlock.Settings.offsetType
(AbstractBlock.OffsetType offsetType) Method parameters in net.minecraft.block with type arguments of type AbstractBlock.OffsetTypeModifier and TypeMethodDescriptionAbstractBlock.Settings.offsetType
(Function<BlockState, AbstractBlock.OffsetType> offsetType)