How do class work? #1429
Answered
by
haykam821
thatdumbdevit
asked this question in
Mod Dev Support
How do class work?
#1429
-
Hi,
or even this:
How does "class_number" or "method_number" work? |
Beta Was this translation helpful? Give feedback.
Answered by
haykam821
Apr 26, 2021
Replies: 1 comment 7 replies
-
These are intermediary names for unmapped classes and methods. They function exactly like normal classes and methods, but do not have a useful name or package to refer to them (such as |
Beta Was this translation helpful? Give feedback.
7 replies
Answer selected by
thatdumbdevit
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
These are intermediary names for unmapped classes and methods. They function exactly like normal classes and methods, but do not have a useful name or package to refer to them (such as
DynamicRegistryManager
in place ofclass_5455
).