-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
39 changed files
with
251 additions
and
191 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,2 @@ | ||
use crate::VAR; | ||
|
||
#[derive(Debug, Clone)] | ||
pub struct ActorRuntimeID(pub u64); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,2 @@ | ||
use crate::VAR; | ||
|
||
#[derive(Debug, Clone)] | ||
pub struct ActorUniqueID(pub i64); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,4 +6,4 @@ pub enum GeneratorType { | |
Nether, | ||
End, | ||
Void, | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,30 @@ | ||
pub use actor_runtime_id::*; | ||
pub use actor_unique_id::*; | ||
pub use difficulty::*; | ||
pub use dimension::*; | ||
pub use generator_type::*; | ||
pub use int::be::*; | ||
pub use int::le::*; | ||
pub use int::var::*; | ||
pub use permissions_level::*; | ||
pub use semver::*; | ||
pub use stream::*; | ||
pub use uuid::*; | ||
pub use vec::vec2::Vec2; | ||
pub use vec::vec2f::Vec2f; | ||
pub use vec::vec3::Vec3; | ||
pub use vec::vec3f::Vec3f; | ||
pub use semver::*; | ||
pub use actor_unique_id::*; | ||
pub use actor_runtime_id::*; | ||
pub use generator_type::*; | ||
|
||
pub mod int; | ||
pub mod vec; | ||
|
||
pub mod stream; | ||
|
||
pub mod actor_runtime_id; | ||
pub mod actor_unique_id; | ||
pub mod difficulty; | ||
pub mod dimension; | ||
pub mod permissions_level; | ||
pub mod actor_unique_id; | ||
pub mod actor_runtime_id; | ||
pub mod generator_type; | ||
pub mod gamemode; | ||
pub mod generator_type; | ||
pub mod permissions_level; | ||
pub mod semver; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
pub mod behavior; | ||
pub mod error; | ||
pub mod language; | ||
pub mod pack; | ||
pub mod resource; | ||
pub mod language; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.