Class ServerPlayerMixin

java.lang.Object
com.bleudev.nine_lifes.mixin.ServerPlayerMixin
All Implemented Interfaces:
CustomServerPlayer

public abstract class ServerPlayerMixin extends Object implements CustomServerPlayer
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected int
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    int
     
    void
    nl$setLifes(int value)
     
    protected void
    readCustomData(net.minecraft.world.level.storage.ValueInput valueInput, org.spongepowered.asm.mixin.injection.callback.CallbackInfo ci)
     
    protected void
    writeCustomData(net.minecraft.world.level.storage.ValueOutput valueOutput, org.spongepowered.asm.mixin.injection.callback.CallbackInfo ci)
     

    Methods inherited from class java.lang.Object

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

    • lifes

      protected int lifes
  • Constructor Details

    • ServerPlayerMixin

      public ServerPlayerMixin()
  • Method Details

    • nl$getLifes

      public int nl$getLifes()
      Specified by:
      nl$getLifes in interface CustomServerPlayer
    • nl$setLifes

      public void nl$setLifes(int value)
      Specified by:
      nl$setLifes in interface CustomServerPlayer
    • readCustomData

      protected void readCustomData(net.minecraft.world.level.storage.ValueInput valueInput, org.spongepowered.asm.mixin.injection.callback.CallbackInfo ci)
    • writeCustomData

      protected void writeCustomData(net.minecraft.world.level.storage.ValueOutput valueOutput, org.spongepowered.asm.mixin.injection.callback.CallbackInfo ci)