Skip to content

Commit

Permalink
RM __OBFID
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchej123 committed Jan 29, 2023
1 parent c25c071 commit ce7ce24
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ public class RenderRideableSpider extends RenderLiving {

private static final ResourceLocation spiderEyesTextures = new ResourceLocation("textures/entity/spider_eyes.png");
private static final ResourceLocation spiderTextures = new ResourceLocation("textures/entity/spider/spider.png");
private static final String __OBFID = "CL_00001027";

public RenderRideableSpider() {
super(new ModelSpider(), 1.0F);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,6 @@ public void spiderJump() // TODO
public static class GroupData implements IEntityLivingData {

public int field_111105_a;
private static final String __OBFID = "CL_00001700";

public void func_111104_a(Random p_111104_1_) {
int i = p_111104_1_.nextInt(5);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ public class EntityAIHorseFollowOwner extends EntityAIBase {
float maxDist;
float minDist;
private boolean avoidWater;
private static final String __OBFID = "CL_00001585";

public EntityAIHorseFollowOwner(EntityHorse horse, double speed, float minDist, float maxDist) {
theHorse = horse;
Expand Down

0 comments on commit ce7ce24

Please sign in to comment.