Interface RechiseledBlockType
- All Known Implementing Classes:
RechiseledBlockTypeImpl
public interface RechiseledBlockType
Created 26/04/2023 by SuperMartijn642
-
Method Summary
Modifier and TypeMethodDescriptionnet.minecraft.world.level.block.Blocknet.minecraft.world.item.BlockItemnet.minecraft.world.level.block.Blocknet.minecraft.world.item.BlockItembooleanboolean
-
Method Details
-
hasRegularVariant
boolean hasRegularVariant() -
getRegularBlock
net.minecraft.world.level.block.Block getRegularBlock() -
getRegularItem
net.minecraft.world.item.BlockItem getRegularItem() -
hasConnectingVariant
boolean hasConnectingVariant() -
getConnectingBlock
net.minecraft.world.level.block.Block getConnectingBlock() -
getConnectingItem
net.minecraft.world.item.BlockItem getConnectingItem()
-