Class SkullBlockEntity

java.lang.Object
net.minecraft.block.entity.BlockEntity
net.minecraft.block.entity.SkullBlockEntity

public class SkullBlockEntity
extends BlockEntity
  • 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​(BlockPos blockPos, BlockState blockState)
  • Method Details