jar

ch.hippmann.godot : replication

Maven & Gradle

Mar 30, 2024
2 stars

replication · Basic godot multiplayer replication implemented in Kotlin for Kotlin.

Table Of Contents

Latest Version

Download ch.hippmann.godot : replication JAR file - Latest Versions:

All Versions

Download ch.hippmann.godot : replication JAR file - All Versions:

Version Vulnerabilities Size Updated
0.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window replication-0.0.2.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

godot.entry.OtzhQxkWkLHEqKhSlrzN

├─ godot.entry.OtzhQxkWkLHEqKhSlrzN.Entry.class - [JAR]

ch.hippmann.godot.replication

├─ ch.hippmann.godot.replication.RemoteListenerManager.class - [JAR]

├─ ch.hippmann.godot.replication.Replicated.class - [JAR]

├─ ch.hippmann.godot.replication.Replicator.class - [JAR]

├─ ch.hippmann.godot.replication.SpawnNodeData.class - [JAR]

├─ ch.hippmann.godot.replication.SyncConfig.class - [JAR]

├─ ch.hippmann.godot.replication.SyncConfigDsl.class - [JAR]

├─ ch.hippmann.godot.replication.SyncConfigDslMarker.class - [JAR]

├─ ch.hippmann.godot.replication.SyncConfigKt.class - [JAR]

├─ ch.hippmann.godot.replication.Synchronized.class - [JAR]

├─ ch.hippmann.godot.replication.Synchronizer.class - [JAR]

├─ ch.hippmann.godot.replication.WithNodeAccess.class - [JAR]

├─ ch.hippmann.godot.replication.WithNodeAccessDelegate.class - [JAR]

├─ ch.hippmann.godot.replication.WithNodeAccessKt.class - [JAR]

├─ ch.hippmann.godot.replication.WithRemoteListeners.class - [JAR]

ch.hippmann.godot.replication.serializer.math

├─ ch.hippmann.godot.replication.serializer.math.AABBSerializer.class - [JAR]

├─ ch.hippmann.godot.replication.serializer.math.AABBSurrogate.class - [JAR]

├─ ch.hippmann.godot.replication.serializer.math.BasisSerializer.class - [JAR]

├─ ch.hippmann.godot.replication.serializer.math.BasisSurrogate.class - [JAR]

├─ ch.hippmann.godot.replication.serializer.math.ColorSerializer.class - [JAR]

├─ ch.hippmann.godot.replication.serializer.math.ColorSurrogate.class - [JAR]

├─ ch.hippmann.godot.replication.serializer.math.PlaneSerializer.class - [JAR]

├─ ch.hippmann.godot.replication.serializer.math.PlaneSurrogate.class - [JAR]

├─ ch.hippmann.godot.replication.serializer.math.ProjectionSerializer.class - [JAR]

├─ ch.hippmann.godot.replication.serializer.math.ProjectionSurrogate.class - [JAR]

├─ ch.hippmann.godot.replication.serializer.math.QuaternionSerializer.class - [JAR]

├─ ch.hippmann.godot.replication.serializer.math.QuaternionSurrogate.class - [JAR]

├─ ch.hippmann.godot.replication.serializer.math.Rect2Serializer.class - [JAR]

├─ ch.hippmann.godot.replication.serializer.math.Rect2Surrogate.class - [JAR]

├─ ch.hippmann.godot.replication.serializer.math.Rect2iSerializer.class - [JAR]

├─ ch.hippmann.godot.replication.serializer.math.Rect2iSurrogate.class - [JAR]

├─ ch.hippmann.godot.replication.serializer.math.Transform2DSerializer.class - [JAR]

├─ ch.hippmann.godot.replication.serializer.math.Transform2DSurrogate.class - [JAR]

├─ ch.hippmann.godot.replication.serializer.math.Transform3DSerializer.class - [JAR]

├─ ch.hippmann.godot.replication.serializer.math.Transform3DSurrogate.class - [JAR]

├─ ch.hippmann.godot.replication.serializer.math.Vector2Serializer.class - [JAR]

├─ ch.hippmann.godot.replication.serializer.math.Vector2iSerializer.class - [JAR]

├─ ch.hippmann.godot.replication.serializer.math.Vector3Serializer.class - [JAR]

├─ ch.hippmann.godot.replication.serializer.math.Vector3iSerializer.class - [JAR]

├─ ch.hippmann.godot.replication.serializer.math.Vector4Serializer.class - [JAR]

├─ ch.hippmann.godot.replication.serializer.math.Vector4iSerializer.class - [JAR]

ch.hippmann.godot.replication.autoload

├─ ch.hippmann.godot.replication.autoload.RemoteListenerReadyRedirector.class - [JAR]

godot.entry

├─ godot.entry.REPLRemoteListenerReadyRedirectorRegistrar.class - [JAR]

├─ godot.entry.REPLReplicatedRegistrar.class - [JAR]

├─ godot.entry.REPLSynchronizedRegistrar.class - [JAR]

├─ godot.entry.REPLWithRemoteListenersRegistrar.class - [JAR]

ch.hippmann.godot.replication.serializer

├─ ch.hippmann.godot.replication.serializer.SerializerKt.class - [JAR]

ch.hippmann.godot.replication.serializer.bridge

├─ ch.hippmann.godot.replication.serializer.bridge.NodePathSerializer.class - [JAR]

├─ ch.hippmann.godot.replication.serializer.bridge.StringNameSerializer.class - [JAR]

Advertisement