Class LodestoneBlockEntityType<T extends LodestoneBlockEntity>

java.lang.Object
net.minecraft.world.level.block.entity.BlockEntityType<T>
team.lodestar.lodestone.modules.toolkit.blockentity.LodestoneBlockEntityType<T>

public class LodestoneBlockEntityType<T extends LodestoneBlockEntity> extends net.minecraft.world.level.block.entity.BlockEntityType<T>
  • Nested Class Summary

    Nested classes/interfaces inherited from class net.minecraft.world.level.block.entity.BlockEntityType

    net.minecraft.world.level.block.entity.BlockEntityType.BlockEntitySupplier<T extends net.minecraft.world.level.block.entity.BlockEntity>, net.minecraft.world.level.block.entity.BlockEntityType.Builder<T extends net.minecraft.world.level.block.entity.BlockEntity>
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
     

    Fields inherited from class net.minecraft.world.level.block.entity.BlockEntityType

    BANNER, BARREL, BEACON, BED, BEEHIVE, BELL, BLAST_FURNACE, BREWING_STAND, BRUSHABLE_BLOCK, CALIBRATED_SCULK_SENSOR, CAMPFIRE, CHEST, CHISELED_BOOKSHELF, COMMAND_BLOCK, COMPARATOR, CONDUIT, CRAFTER, DAYLIGHT_DETECTOR, DECORATED_POT, DISPENSER, DROPPER, ENCHANTING_TABLE, END_GATEWAY, END_PORTAL, ENDER_CHEST, FURNACE, HANGING_SIGN, HOPPER, JIGSAW, JUKEBOX, LECTERN, MOB_SPAWNER, PISTON, SCULK_CATALYST, SCULK_SENSOR, SCULK_SHRIEKER, SHULKER_BOX, SIGN, SKULL, SMOKER, STRUCTURE_BLOCK, TRAPPED_CHEST, TRIAL_SPAWNER, VAULT
  • Constructor Summary

    Constructors
    Constructor
    Description
    LodestoneBlockEntityType(LodestoneBlockEntityTypeBuilder.LodestoneBlockEntitySupplier<? extends T> factory, Set<net.minecraft.world.level.block.Block> validBlocks, LodestoneBlockEntityTicker.Type type)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    getBlockEntityAwareTicker(net.minecraft.world.level.Level level, net.minecraft.world.level.block.state.BlockState state, LodestoneBlockEntity blockEntity)
     
    getTickerUnsafe(net.minecraft.world.level.Level level, net.minecraft.world.level.block.state.BlockState state)
     
    boolean
    hasTicker(net.minecraft.world.level.Level level)
     

    Methods inherited from class net.minecraft.world.level.block.entity.BlockEntityType

    builtInRegistryHolder, create, getBlockEntity, getKey, getValidBlocks, isValid

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait