public abstract class MixinScoreObjective extends Object implements IMixinScoreObjective
Modifier and Type | Field and Description |
---|---|
SpongeObjective |
spongeObjective |
net.minecraft.scoreboard.Scoreboard |
theScoreboard |
Constructor and Description |
---|
MixinScoreObjective() |
Modifier and Type | Method and Description |
---|---|
SpongeObjective |
getSpongeObjective() |
void |
onSetDisplayName(String name,
org.spongepowered.asm.mixin.injection.callback.CallbackInfo ci) |
void |
onSetRenderType(net.minecraft.scoreboard.IScoreObjectiveCriteria.EnumRenderType type,
org.spongepowered.asm.mixin.injection.callback.CallbackInfo ci) |
void |
setSpongeObjective(SpongeObjective spongeObjective) |
public net.minecraft.scoreboard.Scoreboard theScoreboard
public SpongeObjective spongeObjective
public SpongeObjective getSpongeObjective()
getSpongeObjective
in interface IMixinScoreObjective
public void setSpongeObjective(SpongeObjective spongeObjective)
setSpongeObjective
in interface IMixinScoreObjective
public void onSetDisplayName(String name, org.spongepowered.asm.mixin.injection.callback.CallbackInfo ci)
public void onSetRenderType(net.minecraft.scoreboard.IScoreObjectiveCriteria.EnumRenderType type, org.spongepowered.asm.mixin.injection.callback.CallbackInfo ci)