21 lines
621 B
Java
21 lines
621 B
Java
/*
|
|
* Decompiled with CFR 0.152.
|
|
*
|
|
* Could not load the following classes:
|
|
* org.jspecify.annotations.Nullable
|
|
*/
|
|
package net.minecraft.client.renderer.entity.state;
|
|
|
|
import net.minecraft.client.renderer.entity.state.LivingEntityRenderState;
|
|
import net.minecraft.world.entity.animal.ZombieNautilusVariant;
|
|
import net.minecraft.world.item.ItemStack;
|
|
import org.jspecify.annotations.Nullable;
|
|
|
|
public class NautilusRenderState
|
|
extends LivingEntityRenderState {
|
|
public ItemStack saddle = ItemStack.EMPTY;
|
|
public ItemStack bodyArmorItem = ItemStack.EMPTY;
|
|
public @Nullable ZombieNautilusVariant variant;
|
|
}
|
|
|