Package net.thewinnt.cutscenes.fabric
Class FabricClientPlatform
java.lang.Object
net.thewinnt.cutscenes.fabric.FabricPlatform
net.thewinnt.cutscenes.fabric.FabricClientPlatform
- All Implemented Interfaces:
net.thewinnt.cutscenes.platform.ClientPlatformAbstractions,net.thewinnt.cutscenes.platform.PlatformAbstractions
public class FabricClientPlatform
extends FabricPlatform
implements net.thewinnt.cutscenes.platform.ClientPlatformAbstractions
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final net.minecraft.client.renderer.RenderTypeFields inherited from class net.thewinnt.cutscenes.fabric.FabricPlatform
angleSetters, onLogout, packets, server -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.thewinnt.cutscenes.fabric.FabricPlatform
getPartialTick, getServer, getWaypointEntityType, registerClientboundPacket, registerPacket, registerReloadListener, sendPacketToPlayer, setServer, submitCameraAngleModifier, submitOnClientTick, submitOnLogout, submitOnRegisterCommandMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.thewinnt.cutscenes.platform.PlatformAbstractions
getPartialTick, getServer, getWaypointEntityType, registerClientboundPacket, registerReloadListener, sendPacketToPlayer, sendPacketToPlayers, submitCameraAngleModifier, submitOnClientTick, submitOnLogout, submitOnRegisterCommand
-
Field Details
-
TRIANGLE_STRIP
public static final net.minecraft.client.renderer.RenderType TRIANGLE_STRIP
-
-
Constructor Details
-
FabricClientPlatform
public FabricClientPlatform()
-
-
Method Details
-
getTriangleStrip
public net.minecraft.client.renderer.RenderType getTriangleStrip()- Specified by:
getTriangleStripin interfacenet.thewinnt.cutscenes.platform.ClientPlatformAbstractions
-