java.lang.Object
net.minecraftforge.common.capabilities.CapabilityProvider<net.minecraft.world.level.block.entity.BlockEntity>
net.minecraft.world.level.block.entity.BlockEntity
com.simibubi.create.foundation.tileEntity.SyncedTileEntity
com.simibubi.create.foundation.tileEntity.SmartTileEntity
com.simibubi.create.content.contraptions.components.structureMovement.chassis.StickerTileEntity
All Implemented Interfaces:
com.jozufozu.flywheel.backend.api.FlywheelRendered, IInteractionChecker, IPartialSafeNBT, 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 StickerTileEntity extends SmartTileEntity implements com.jozufozu.flywheel.backend.api.FlywheelRendered
  • Constructor Details

    • StickerTileEntity

      public StickerTileEntity(net.minecraft.world.level.block.entity.BlockEntityType<?> type, net.minecraft.core.BlockPos pos, net.minecraft.world.level.block.state.BlockState state)
  • Method Details

    • addBehaviours

      public void addBehaviours(List<TileEntityBehaviour> behaviours)
      Specified by:
      addBehaviours in class SmartTileEntity
    • initialize

      public void initialize()
      Overrides:
      initialize in class SmartTileEntity
    • isBlockStateExtended

      public boolean isBlockStateExtended()
    • tick

      public void tick()
      Overrides:
      tick in class SmartTileEntity
    • isAttachedToBlock

      public boolean isAttachedToBlock()
    • fromTag

      protected void fromTag(net.minecraft.nbt.CompoundTag compound, boolean clientPacket)
      Description copied from class: SmartTileEntity
      Hook only these in future subclasses of STE
      Overrides:
      fromTag in class SmartTileEntity
    • playSound

      public void playSound(boolean attach)