Class HexBlockEntities

java.lang.Object
at.petrak.hexcasting.common.lib.HexBlockEntities

public class HexBlockEntities extends Object
  • Field Details

    • CONJURED_TILE

      public static final net.minecraft.world.level.block.entity.BlockEntityType<BlockEntityConjured> CONJURED_TILE
    • AKASHIC_BOOKSHELF_TILE

      public static final net.minecraft.world.level.block.entity.BlockEntityType<BlockEntityAkashicBookshelf> AKASHIC_BOOKSHELF_TILE
    • IMPETUS_REDSTONE_TILE

      public static final net.minecraft.world.level.block.entity.BlockEntityType<BlockEntityRedstoneImpetus> IMPETUS_REDSTONE_TILE
    • IMPETUS_LOOK_TILE

      public static final net.minecraft.world.level.block.entity.BlockEntityType<BlockEntityLookingImpetus> IMPETUS_LOOK_TILE
    • IMPETUS_RIGHTCLICK_TILE

      public static final net.minecraft.world.level.block.entity.BlockEntityType<BlockEntityRightClickImpetus> IMPETUS_RIGHTCLICK_TILE
    • SLATE_TILE

      public static final net.minecraft.world.level.block.entity.BlockEntityType<BlockEntitySlate> SLATE_TILE
    • QUENCHED_ALLAY_TILE

      public static final net.minecraft.world.level.block.entity.BlockEntityType<BlockEntityQuenchedAllay> QUENCHED_ALLAY_TILE
    • QUENCHED_ALLAY_TILES_TILE

      public static final net.minecraft.world.level.block.entity.BlockEntityType<BlockEntityQuenchedAllay> QUENCHED_ALLAY_TILES_TILE
    • QUENCHED_ALLAY_BRICKS_TILE

      public static final net.minecraft.world.level.block.entity.BlockEntityType<BlockEntityQuenchedAllay> QUENCHED_ALLAY_BRICKS_TILE
    • QUENCHED_ALLAY_BRICKS_SMALL_TILE

      public static final net.minecraft.world.level.block.entity.BlockEntityType<BlockEntityQuenchedAllay> QUENCHED_ALLAY_BRICKS_SMALL_TILE
  • Constructor Details

    • HexBlockEntities

      public HexBlockEntities()
  • Method Details

    • registerTiles

      public static void registerTiles(BiConsumer<net.minecraft.world.level.block.entity.BlockEntityType<?>,net.minecraft.resources.ResourceLocation> r)
    • typeForQuenchedAllay

      public static net.minecraft.world.level.block.entity.BlockEntityType<BlockEntityQuenchedAllay> typeForQuenchedAllay(BlockQuenchedAllay block)