Package net.minecraft.scoreboard
Interface IScoreObjectiveCriteria
-
- All Known Implementing Classes:
GoalColor
,ObjectiveStat
,ScoreDummyCriteria
,ScoreHealthCriteria
public interface IScoreObjectiveCriteria
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code. Minecraft 1.8.8 bytecode is (c) 2015 Mojang AB. "Do not distribute!" Mod Coder Pack v9.18 deobfuscation configs are (c) Copyright by the MCP Team EaglercraftX 1.8 patch files are (c) 2022-2023 LAX1DUDE. All Rights Reserved. WITH THE EXCEPTION OF PATCH FILES, MINIFIED JAVASCRIPT, AND ALL FILES NORMALLY FOUND IN AN UNMODIFIED MINECRAFT RESOURCE PACK, YOU ARE NOT ALLOWED TO SHARE, DISTRIBUTE, OR REPURPOSE ANY FILE USED BY OR PRODUCED BY THE SOFTWARE IN THIS REPOSITORY WITHOUT PRIOR PERMISSION FROM THE PROJECT AUTHOR. NOT FOR COMMERCIAL OR MALICIOUS USE (please read the 'LICENSE' file this repo's root directory for more info)
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
IScoreObjectiveCriteria.EnumRenderType
-
Field Summary
Fields Modifier and Type Field Description static IScoreObjectiveCriteria
deathCount
static IScoreObjectiveCriteria
DUMMY
static IScoreObjectiveCriteria[]
field_178792_h
static IScoreObjectiveCriteria[]
field_178793_i
static IScoreObjectiveCriteria
health
static java.util.Map<java.lang.String,IScoreObjectiveCriteria>
INSTANCES
static IScoreObjectiveCriteria
playerKillCount
static IScoreObjectiveCriteria
totalKillCount
static IScoreObjectiveCriteria
TRIGGER
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
func_96635_a(java.util.List<EntityPlayer> var1)
java.lang.String
getName()
IScoreObjectiveCriteria.EnumRenderType
getRenderType()
boolean
isReadOnly()
-
-
-
Field Detail
-
INSTANCES
static final java.util.Map<java.lang.String,IScoreObjectiveCriteria> INSTANCES
-
DUMMY
static final IScoreObjectiveCriteria DUMMY
-
TRIGGER
static final IScoreObjectiveCriteria TRIGGER
-
deathCount
static final IScoreObjectiveCriteria deathCount
-
playerKillCount
static final IScoreObjectiveCriteria playerKillCount
-
totalKillCount
static final IScoreObjectiveCriteria totalKillCount
-
health
static final IScoreObjectiveCriteria health
-
field_178792_h
static final IScoreObjectiveCriteria[] field_178792_h
-
field_178793_i
static final IScoreObjectiveCriteria[] field_178793_i
-
-
Method Detail
-
getName
java.lang.String getName()
-
func_96635_a
int func_96635_a(java.util.List<EntityPlayer> var1)
-
isReadOnly
boolean isReadOnly()
-
getRenderType
IScoreObjectiveCriteria.EnumRenderType getRenderType()
-
-