19 lines
484 B
Java
19 lines
484 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.EntityRenderState;
|
|
import net.minecraft.world.level.block.state.BlockState;
|
|
import org.jspecify.annotations.Nullable;
|
|
|
|
public class TntRenderState
|
|
extends EntityRenderState {
|
|
public float fuseRemainingInTicks;
|
|
public @Nullable BlockState blockState;
|
|
}
|
|
|