Package com.bleudev.nine_lifes.mixin
Class ServerPlayerMixin
java.lang.Object
com.bleudev.nine_lifes.mixin.ServerPlayerMixin
- All Implemented Interfaces:
CustomServerPlayer
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintvoidnl$setLifes(int value) protected voidreadCustomData(net.minecraft.world.level.storage.ValueInput valueInput, org.spongepowered.asm.mixin.injection.callback.CallbackInfo ci) protected voidwriteCustomData(net.minecraft.world.level.storage.ValueOutput valueOutput, org.spongepowered.asm.mixin.injection.callback.CallbackInfo ci)
-
Field Details
-
lifes
protected int lifes
-
-
Constructor Details
-
ServerPlayerMixin
public ServerPlayerMixin()
-
-
Method Details
-
nl$getLifes
public int nl$getLifes()- Specified by:
nl$getLifesin interfaceCustomServerPlayer
-
nl$setLifes
public void nl$setLifes(int value) - Specified by:
nl$setLifesin interfaceCustomServerPlayer
-
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)
-