Class EntityProvider.Data

java.lang.Object
me.desht.pneumaticcraft.common.thirdparty.waila.EntityProvider.Data
All Implemented Interfaces:
mcp.mobius.waila.api.IServerDataProvider<net.minecraft.world.entity.Entity>
Enclosing class:
EntityProvider

public static class EntityProvider.Data extends Object implements mcp.mobius.waila.api.IServerDataProvider<net.minecraft.world.entity.Entity>
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    appendServerData(net.minecraft.nbt.CompoundTag compoundTag, net.minecraft.server.level.ServerPlayer serverPlayer, net.minecraft.world.level.Level level, net.minecraft.world.entity.Entity entity, boolean b)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Data

      public Data()
  • Method Details

    • appendServerData

      public void appendServerData(net.minecraft.nbt.CompoundTag compoundTag, net.minecraft.server.level.ServerPlayer serverPlayer, net.minecraft.world.level.Level level, net.minecraft.world.entity.Entity entity, boolean b)
      Specified by:
      appendServerData in interface mcp.mobius.waila.api.IServerDataProvider<net.minecraft.world.entity.Entity>