Package com.jozufozu.flywheel.vanilla
Class TntMinecartVisual<T extends net.minecraft.world.entity.vehicle.MinecartTNT>
java.lang.Object
com.jozufozu.flywheel.lib.visual.AbstractVisual
com.jozufozu.flywheel.lib.visual.AbstractEntityVisual<T>
com.jozufozu.flywheel.lib.visual.SimpleEntityVisual<T>
com.jozufozu.flywheel.vanilla.MinecartVisual<T>
com.jozufozu.flywheel.vanilla.TntMinecartVisual<T>
- All Implemented Interfaces:
DynamicVisual,EntityVisual<T>,TickableVisual,Visual,SimpleDynamicVisual,SimpleTickableVisual
public class TntMinecartVisual<T extends net.minecraft.world.entity.vehicle.MinecartTNT>
extends MinecartVisual<T>
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.jozufozu.flywheel.api.visual.DynamicVisual
DynamicVisual.ContextNested classes/interfaces inherited from interface com.jozufozu.flywheel.api.visual.TickableVisual
TickableVisual.Context -
Field Summary
Fields inherited from class com.jozufozu.flywheel.vanilla.MinecartVisual
CHEST_BODY_MODEL, COMMAND_BLOCK_BODY_MODEL, FURNACE_BODY_MODEL, HOPPER_BODY_MODEL, SPAWNER_BODY_MODEL, STANDARD_BODY_MODEL, TNT_BODY_MODELFields inherited from class com.jozufozu.flywheel.lib.visual.SimpleEntityVisual
componentsFields inherited from class com.jozufozu.flywheel.lib.visual.AbstractEntityVisual
entity, visibilityTesterFields inherited from class com.jozufozu.flywheel.lib.visual.AbstractVisual
deleted, instancerProvider, level, renderOrigin, visualizationContext -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidupdateContents(TransformedInstance contents, com.mojang.blaze3d.vertex.PoseStack stack, float partialTick) Methods inherited from class com.jozufozu.flywheel.vanilla.MinecartVisual
_delete, beginFrame, init, shouldSkipRender, tick, updateLightMethods inherited from class com.jozufozu.flywheel.lib.visual.SimpleEntityVisual
addComponentMethods inherited from class com.jozufozu.flywheel.lib.visual.AbstractEntityVisual
distanceSquared, getVisualPosition, getVisualPosition, isVisibleMethods inherited from class com.jozufozu.flywheel.lib.visual.AbstractVisual
delete, relight, relight, relight, relight, relight, relight, updateMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.jozufozu.flywheel.lib.visual.SimpleDynamicVisual
planFrameMethods inherited from interface com.jozufozu.flywheel.lib.visual.SimpleTickableVisual
planTick
-
Constructor Details
-
TntMinecartVisual
-
-
Method Details
-
updateContents
protected void updateContents(TransformedInstance contents, com.mojang.blaze3d.vertex.PoseStack stack, float partialTick) - Overrides:
updateContentsin classMinecartVisual<T extends net.minecraft.world.entity.vehicle.MinecartTNT>
-