Package com.soulfiremc.server.util
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[]
-
Constructor Summary
Constructors -
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 boolean
hasItem
(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
-
-
Constructor Details
-
BlockItems
public BlockItems()
-
-
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)
-