Class OblivionHangingSignBlockEntity

java.lang.Object
net.minecraft.world.level.block.entity.BlockEntity
net.minecraft.world.level.block.entity.SignBlockEntity
net.minecraft.world.level.block.entity.HangingSignBlockEntity
com.github.voidleech.oblivion.blocks.entities.OblivionHangingSignBlockEntity
All Implemented Interfaces:
net.fabricmc.fabric.api.attachment.v1.AttachmentTarget, net.fabricmc.fabric.api.blockview.v2.RenderDataBlockEntity

public class OblivionHangingSignBlockEntity extends net.minecraft.world.level.block.entity.HangingSignBlockEntity
  • Field Summary

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

    level, remove, worldPosition

    Fields inherited from interface net.fabricmc.fabric.api.attachment.v1.AttachmentTarget

    NBT_ATTACHMENT_KEY
  • Constructor Summary

    Constructors
    Constructor
    Description
    OblivionHangingSignBlockEntity(net.minecraft.core.BlockPos pPos, net.minecraft.world.level.block.state.BlockState pBlockState)
     
  • Method Summary

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

    getMaxTextLineWidth, getTextLineHeight

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

    canExecuteClickCommands, createDefaultSignText, executeClickCommandsIfPresent, getBackText, getFrontText, getPlayerWhoMayEdit, getText, getTextFacingPlayer, getUpdatePacket, getUpdateTag, isFacingFrontText, isWaxed, load, onlyOpCanSetNbt, playerIsTooFarAwayToEdit, saveAdditional, setAllowedPlayerEditor, setText, setWaxed, tick, updateSignText, updateText

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

    addEntityType, clearRemoved, fillCrashReportCategory, getBlockPos, getBlockState, getLevel, getPosFromTag, getType, hasLevel, isRemoved, loadStatic, 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

    Methods inherited from interface net.fabricmc.fabric.api.attachment.v1.AttachmentTarget

    getAttached, getAttachedOrCreate, getAttachedOrCreate, getAttachedOrElse, getAttachedOrGet, getAttachedOrSet, getAttachedOrThrow, hasAttached, modifyAttached, removeAttached, setAttached

    Methods inherited from interface net.fabricmc.fabric.api.blockview.v2.RenderDataBlockEntity

    getRenderData
  • Constructor Details

    • OblivionHangingSignBlockEntity

      public OblivionHangingSignBlockEntity(net.minecraft.core.BlockPos pPos, net.minecraft.world.level.block.state.BlockState pBlockState)