Skip to content

Commit

Permalink
Networking section
Browse files Browse the repository at this point in the history
  • Loading branch information
Mysterious-Dev committed Sep 23, 2023
1 parent bc73dbd commit 44d1d0e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 4 additions & 2 deletions docs/networking/entities.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
Entities
========
---
sidebar_position: 2
title: Synchronizing Entities
---

In addition to regular network messages, there are various other systems provided to handle synchronizing entity data.

Expand Down
6 changes: 4 additions & 2 deletions docs/networking/simpleimpl.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
SimpleImpl
==========
---
sidebar_position: 1
title: SimpleImpl
---

SimpleImpl is the name given to the packet system that revolves around the `SimpleChannel` class. Using this system is by far the easiest way to send custom data between clients and the server.

Expand Down

1 comment on commit 44d1d0e

@neoforged-pages-deployments
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploying with Cloudflare Pages

Name Result
Last commit: 44d1d0e788a3e7d1f52993baf352ab108bb11fb4
Status: ✅ Deploy successful!
Preview URL: https://fb1911e9.neoforged-docs-previews.pages.dev
PR Preview URL: https://pr-9.neoforged-docs-previews.pages.dev

Please sign in to comment.