Interface BlockEntityProvider

All Known Implementing Classes:
AbstractSignBlock, BannerBlock, BeaconBlock, BedBlock, BlockWithEntity, BrewingStandBlock, ChestBlock, class_3066, class_3684, class_3685, class_3698, class_3714, class_3715, class_3733, class_3734, class_3737, class_3738, CommandBlock, ComparatorBlock, DaylightDetectorBlock, DispenserBlock, DropperBlock, EnchantingTableBlock, EnderChestBlock, EndGatewayBlock, EndPortalBlock, FurnaceBlock, HopperBlock, JukeboxBlock, MobSpawnerBlock, PistonExtensionBlock, SkeletonSkullBlock, StandingSignBlock, StructureBlock, TrappedChestBlock, WallSignBlock

public interface BlockEntityProvider
Mappings:
Namespace Name
official ben
intermediary net/minecraft/class_1451
named net/minecraft/block/BlockEntityProvider
  • Method Details

    • method_16671

      @Nullable BlockEntity method_16671(BlockView blockView)
      Mappings:
      Namespace Name Mixin selector
      official a Lben;a(Laxk;)Lbji;
      intermediary method_16671 Lnet/minecraft/class_1451;method_16671(Lnet/minecraft/class_1158;)Lnet/minecraft/class_226;
      named method_16671 Lnet/minecraft/block/BlockEntityProvider;method_16671(Lnet/minecraft/world/BlockView;)Lnet/minecraft/block/entity/BlockEntity;