Package at.petrak.hexcasting.common.lib
Class HexBlockEntities
java.lang.Object
at.petrak.hexcasting.common.lib.HexBlockEntities
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final net.minecraft.world.level.block.entity.BlockEntityType<BlockEntityAkashicBookshelf>static final net.minecraft.world.level.block.entity.BlockEntityType<BlockEntityConjured>static final net.minecraft.world.level.block.entity.BlockEntityType<BlockEntityLookingImpetus>static final net.minecraft.world.level.block.entity.BlockEntityType<BlockEntityRedstoneImpetus>static final net.minecraft.world.level.block.entity.BlockEntityType<BlockEntityRightClickImpetus>static final net.minecraft.world.level.block.entity.BlockEntityType<BlockEntityQuenchedAllay>static final net.minecraft.world.level.block.entity.BlockEntityType<BlockEntityQuenchedAllay>static final net.minecraft.world.level.block.entity.BlockEntityType<BlockEntityQuenchedAllay>static final net.minecraft.world.level.block.entity.BlockEntityType<BlockEntityQuenchedAllay>static final net.minecraft.world.level.block.entity.BlockEntityType<BlockEntitySlate> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidregisterTiles(BiConsumer<net.minecraft.world.level.block.entity.BlockEntityType<?>, net.minecraft.resources.ResourceLocation> r) static net.minecraft.world.level.block.entity.BlockEntityType<BlockEntityQuenchedAllay>
-
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)
-