Class BlockEntityQuenchedAllay

java.lang.Object
net.minecraft.world.level.block.entity.BlockEntity
at.petrak.hexcasting.api.block.HexBlockEntity
at.petrak.hexcasting.common.blocks.entity.BlockEntityQuenchedAllay

public class BlockEntityQuenchedAllay extends HexBlockEntity
No-op BE just to have a BER
  • Field Summary

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

    level, remove, worldPosition
  • Constructor Summary

    Constructors
    Constructor
    Description
    BlockEntityQuenchedAllay(BlockQuenchedAllay block, net.minecraft.core.BlockPos pos, net.minecraft.world.level.block.state.BlockState blockState)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static BiFunction<net.minecraft.core.BlockPos,net.minecraft.world.level.block.state.BlockState,BlockEntityQuenchedAllay>
     
    protected void
    loadModData(net.minecraft.nbt.CompoundTag tag)
     
    protected void
    saveModData(net.minecraft.nbt.CompoundTag tag)
     

    Methods inherited from class at.petrak.hexcasting.api.block.HexBlockEntity

    getUpdatePacket, getUpdateTag, load, saveAdditional, sync

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

    addEntityType, clearRemoved, fillCrashReportCategory, getBlockPos, getBlockState, getLevel, getPosFromTag, getType, hasLevel, isRemoved, loadStatic, onlyOpCanSetNbt, saveToItem, saveWithFullMetadata, saveWithId, saveWithoutMetadata, setBlockState, setChanged, setChanged, setLevel, setRemoved, triggerEvent

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • BlockEntityQuenchedAllay

      public BlockEntityQuenchedAllay(BlockQuenchedAllay block, net.minecraft.core.BlockPos pos, net.minecraft.world.level.block.state.BlockState blockState)
  • Method Details