Class CustomSignTileEntity

java.lang.Object
net.minecraftforge.common.capabilities.CapabilityProvider<net.minecraft.world.level.block.entity.BlockEntity>
net.minecraft.world.level.block.entity.BlockEntity
net.minecraft.world.level.block.entity.SignBlockEntity
com.pixelmonmod.pixelmon.blocks.tileentity.CustomSignTileEntity
All Implemented Interfaces:
net.minecraftforge.common.capabilities.ICapabilityProvider, net.minecraftforge.common.capabilities.ICapabilityProviderImpl<net.minecraft.world.level.block.entity.BlockEntity>, net.minecraftforge.common.capabilities.ICapabilitySerializable<net.minecraft.nbt.CompoundTag>, net.minecraftforge.common.extensions.IForgeBlockEntity, net.minecraftforge.common.util.INBTSerializable<net.minecraft.nbt.CompoundTag>

public class CustomSignTileEntity extends net.minecraft.world.level.block.entity.SignBlockEntity
  • Nested Class Summary

    Nested classes/interfaces inherited from class net.minecraftforge.common.capabilities.CapabilityProvider

    net.minecraftforge.common.capabilities.CapabilityProvider.AsField<B extends net.minecraftforge.common.capabilities.ICapabilityProviderImpl<B>>
  • Field Summary

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

    level, remove, worldPosition

    Fields inherited from interface net.minecraftforge.common.extensions.IForgeBlockEntity

    INFINITE_EXTENT_AABB
  • Constructor Summary

    Constructors
    Constructor
    Description
    CustomSignTileEntity(net.minecraft.core.BlockPos p_155700_, net.minecraft.world.level.block.state.BlockState p_155701_)
     
    CustomSignTileEntity(net.minecraft.world.level.block.entity.BlockEntityType p_249609_, net.minecraft.core.BlockPos p_248914_, net.minecraft.world.level.block.state.BlockState p_249550_)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    net.minecraft.world.level.block.entity.BlockEntityType<?>
     

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

    canExecuteClickCommands, createDefaultSignText, executeClickCommandsIfPresent, getBackText, getFrontText, getMaxTextLineWidth, getPlayerWhoMayEdit, getRenderBoundingBox, getText, getTextFacingPlayer, getTextLineHeight, 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, getPersistentData, getPosFromTag, hasLevel, isRemoved, loadStatic, onChunkUnloaded, saveToItem, saveWithFullMetadata, saveWithId, saveWithoutMetadata, setBlockState, setChanged, setChanged, setLevel, setRemoved, triggerEvent

    Methods inherited from class net.minecraftforge.common.capabilities.CapabilityProvider

    areCapsCompatible, areCapsCompatible, deserializeCaps, gatherCapabilities, gatherCapabilities, gatherCapabilities, getCapabilities, getCapability, invalidateCaps, reviveCaps, serializeCaps

    Methods inherited from class java.lang.Object

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

    Methods inherited from interface net.minecraftforge.common.capabilities.ICapabilityProvider

    getCapability, getCapability

    Methods inherited from interface net.minecraftforge.common.extensions.IForgeBlockEntity

    deserializeNBT, getModelData, handleUpdateTag, hasCustomOutlineRendering, onDataPacket, onLoad, requestModelDataUpdate, serializeNBT
  • Constructor Details

    • CustomSignTileEntity

      public CustomSignTileEntity(net.minecraft.core.BlockPos p_155700_, net.minecraft.world.level.block.state.BlockState p_155701_)
    • CustomSignTileEntity

      public CustomSignTileEntity(net.minecraft.world.level.block.entity.BlockEntityType p_249609_, net.minecraft.core.BlockPos p_248914_, net.minecraft.world.level.block.state.BlockState p_249550_)
  • Method Details

    • getType

      public net.minecraft.world.level.block.entity.BlockEntityType<?> getType()
      Overrides:
      getType in class net.minecraft.world.level.block.entity.BlockEntity