Interface MultiPartBlock.IPart
- All Known Subinterfaces:
CreateMultiPartBlock.ICreatePart
- Enclosing class:
MultiPartBlock<PART extends MultiPartBlock.IPart>
public static interface MultiPartBlock.IPart
-
Method Summary
Modifier and TypeMethodDescriptionnet.minecraft.world.item.ItemStackcloneItemStack(net.minecraft.world.level.block.state.BlockState state, net.minecraft.world.level.LevelReader level, net.minecraft.core.BlockPos pos, net.minecraft.world.entity.player.Player player) net.minecraft.resources.ResourceKey<net.minecraft.world.level.storage.loot.LootTable> loot()net.minecraft.world.phys.shapes.VoxelShapeshape()
-
Method Details
-
cloneItemStack
net.minecraft.world.item.ItemStack cloneItemStack(net.minecraft.world.level.block.state.BlockState state, net.minecraft.world.level.LevelReader level, net.minecraft.core.BlockPos pos, net.minecraft.world.entity.player.Player player) -
shape
net.minecraft.world.phys.shapes.VoxelShape shape() -
loot
net.minecraft.resources.ResourceKey<net.minecraft.world.level.storage.loot.LootTable> loot()
-