Interface MultiPartBlock.IPart

All Known Subinterfaces:
CreateMultiPartBlock.ICreatePart
Enclosing class:
MultiPartBlock<PART extends MultiPartBlock.IPart>

public static interface MultiPartBlock.IPart
  • Method Summary

    Modifier and Type
    Method
    Description
    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)
     
    net.minecraft.resources.ResourceKey<net.minecraft.world.level.storage.loot.LootTable>
     
    net.minecraft.world.phys.shapes.VoxelShape
     
  • 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()