Class ServerPlayer1_12_2

java.lang.Object
mods.thecomputerizer.theimpossiblelibrary.api.wrappers.AbstractWrapped<net.minecraftforge.fml.common.registry.EntityEntry>
mods.thecomputerizer.theimpossiblelibrary.api.common.entity.EntityAPI<net.minecraft.entity.player.EntityPlayerMP, net.minecraftforge.fml.common.registry.EntityEntry>
mods.thecomputerizer.theimpossiblelibrary.api.common.entity.LivingEntityAPI<net.minecraft.entity.player.EntityPlayerMP, net.minecraftforge.fml.common.registry.EntityEntry>
mods.thecomputerizer.theimpossiblelibrary.api.common.entity.PlayerAPI<net.minecraft.entity.player.EntityPlayerMP, net.minecraftforge.fml.common.registry.EntityEntry>
mods.thecomputerizer.theimpossiblelibrary.legacy.v12.m2.common.entity.Player1_12_2<net.minecraft.entity.player.EntityPlayerMP>
mods.thecomputerizer.theimpossiblelibrary.legacy.v12.m2.server.entity.ServerPlayer1_12_2
All Implemented Interfaces:
mods.thecomputerizer.theimpossiblelibrary.api.registry.RegistryEntryAPI<net.minecraftforge.fml.common.registry.EntityEntry>, mods.thecomputerizer.theimpossiblelibrary.api.wrappers.Wrapped<net.minecraftforge.fml.common.registry.EntityEntry>

public class ServerPlayer1_12_2 extends Player1_12_2<net.minecraft.entity.player.EntityPlayerMP>
  • Constructor Details

    • ServerPlayer1_12_2

      public ServerPlayer1_12_2(Object player)
  • Method Details

    • getGamemodeOrdinal

      public int getGamemodeOrdinal()
      Specified by:
      getGamemodeOrdinal in class mods.thecomputerizer.theimpossiblelibrary.api.common.entity.PlayerAPI<net.minecraft.entity.player.EntityPlayerMP, net.minecraftforge.fml.common.registry.EntityEntry>
    • isClientPlayer

      public boolean isClientPlayer()
      Specified by:
      isClientPlayer in class mods.thecomputerizer.theimpossiblelibrary.api.common.entity.PlayerAPI<net.minecraft.entity.player.EntityPlayerMP, net.minecraftforge.fml.common.registry.EntityEntry>