15 lines
330 B
Java
15 lines
330 B
Java
/*
|
|
* Decompiled with CFR 0.152.
|
|
*/
|
|
package net.minecraft.client.renderer.entity.state;
|
|
|
|
import net.minecraft.client.renderer.entity.state.HoldingEntityRenderState;
|
|
|
|
public class WitchRenderState
|
|
extends HoldingEntityRenderState {
|
|
public int entityId;
|
|
public boolean isHoldingItem;
|
|
public boolean isHoldingPotion;
|
|
}
|
|
|