10 lines
		
	
	
	
		
			257 B
		
	
	
	
		
			Java
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
	
		
			257 B
		
	
	
	
		
			Java
		
	
	
	
	
	
| package net.minecraft.client.renderer.entity.state;
 | |
| 
 | |
| import net.fabricmc.api.EnvType;
 | |
| import net.fabricmc.api.Environment;
 | |
| 
 | |
| @Environment(EnvType.CLIENT)
 | |
| public class LlamaSpitRenderState extends EntityRenderState {
 | |
| 	public float yRot;
 | |
| 	public float xRot;
 | |
| }
 |