Class SkullBlockEntity

java.lang.Object
net.minecraft.block.entity.BlockEntity
net.minecraft.block.entity.SkullBlockEntity
All Implemented Interfaces:
Tickable

public class SkullBlockEntity
extends BlockEntity
implements Tickable
  • Field Details

    • userCache

      @Nullable private static UserCache userCache
    • sessionService

      @Nullable private static com.mojang.authlib.minecraft.MinecraftSessionService sessionService
    • owner

      @Nullable private com.mojang.authlib.GameProfile owner
    • ticksPowered

      private int ticksPowered
    • powered

      private boolean powered
  • Constructor Details

    • SkullBlockEntity

      public SkullBlockEntity()
  • Method Details