Class BlockItems
java.lang.Object
com.soulfiremc.server.util.BlockItems
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final net.minecraft.world.level.block.Block[]static final net.minecraft.world.item.Item[] -
Method Summary
Modifier and TypeMethodDescriptionstatic Optional<net.minecraft.world.level.block.Block> getBlock(net.minecraft.world.item.Item itemType) static Optional<net.minecraft.world.item.Item> getItem(net.minecraft.world.level.block.Block blockType) static booleanhasItem(net.minecraft.world.level.block.Block blockType)
-
Field Details
-
VALUES
public static final net.minecraft.world.level.block.Block[] VALUES -
VALUES_REVERSE
public static final net.minecraft.world.item.Item[] VALUES_REVERSE
-
-
Method Details
-
getBlock
public static Optional<net.minecraft.world.level.block.Block> getBlock(net.minecraft.world.item.Item itemType) -
getItem
public static Optional<net.minecraft.world.item.Item> getItem(net.minecraft.world.level.block.Block blockType) -
hasItem
public static boolean hasItem(net.minecraft.world.level.block.Block blockType)
-