Uses of Class
net.minecraft.block.AbstractBlock.OffsetType
-
Packages that use AbstractBlock.OffsetType Package Description net.minecraft.block -
-
Uses of AbstractBlock.OffsetType in net.minecraft.block
Methods in net.minecraft.block that return AbstractBlock.OffsetType Modifier and Type Method Description AbstractBlock.OffsetTypeAbstractBlock. getOffsetType()AbstractBlock.OffsetTypeBambooBlock. getOffsetType()AbstractBlock.OffsetTypeBambooSaplingBlock. getOffsetType()AbstractBlock.OffsetTypeDoublePlantBlock. getOffsetType()AbstractBlock.OffsetTypeFlowerBlock. getOffsetType()AbstractBlock.OffsetTypeNetherRootsBlock. getOffsetType()AbstractBlock.OffsetTypeNetherSproutsBlock. getOffsetType()AbstractBlock.OffsetTypeTallGrassBlock. getOffsetType()static AbstractBlock.OffsetTypeAbstractBlock.OffsetType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static AbstractBlock.OffsetType[]AbstractBlock.OffsetType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-