You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
378 B
Java
15 lines
378 B
Java
package net.minecraft.stats;
|
|
|
|
import net.minecraft.scoreboard.ScoreDummyCriteria;
|
|
|
|
public class ObjectiveStat extends ScoreDummyCriteria
|
|
{
|
|
private final StatBase field_151459_g;
|
|
private static final String __OBFID = "CL_00000625";
|
|
|
|
public ObjectiveStat(StatBase p_i45483_1_)
|
|
{
|
|
super(p_i45483_1_.statId);
|
|
this.field_151459_g = p_i45483_1_;
|
|
}
|
|
} |