User Tools

Site Tools


tutorial:registry_types

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Next revisionBoth sides next revision
tutorial:registry_types [2020/02/09 13:50] – created juuztutorial:registry_types [2020/06/11 20:51] – ↷ Links adapted because of a move operation 71.197.178.205
Line 27: Line 27:
   * ''%%Registry.DIMENSION_TYPE%%''   * ''%%Registry.DIMENSION_TYPE%%''
     * Contains all dimension types.     * Contains all dimension types.
-  * ''%%Registry.CONTAINER%%'' +  * ''%%Registry.SCREEN_HANDLER%%'' 
-    * Contains all containersContainers are used to synchronize GUI state between the server and the client.+    * Contains all screen handlersScreen handlers are used to synchronize GUI state between the server and the client.
   * ''%%Registry.RECIPE_TYPE%%''   * ''%%Registry.RECIPE_TYPE%%''
     * Contains all [[https://minecraft.gamepedia.com/Recipe|recipe]] types.     * Contains all [[https://minecraft.gamepedia.com/Recipe|recipe]] types.
   * ''%%Registry.RECIPE_SERIALIZER%%''   * ''%%Registry.RECIPE_SERIALIZER%%''
     * Contains all recipe serializers. Recipe serializers are used to load recipes, and there can be many serializers for a single type (such as both shaped and shapeless crafting recipes).     * Contains all recipe serializers. Recipe serializers are used to load recipes, and there can be many serializers for a single type (such as both shaped and shapeless crafting recipes).
-  * ''%%Registry.MOTIVE%%''+  * ''%%Registry.PAINTING_MOTIVE%%''
     * Contains all painting motives, or the different types of paintings.     * Contains all painting motives, or the different types of paintings.
   * ''%%Registry.SOUND_EVENT%%''   * ''%%Registry.SOUND_EVENT%%''
Line 49: Line 49:
  
   * ''%%Registry.ENTITY_TYPE%%''   * ''%%Registry.ENTITY_TYPE%%''
-    * Contains the ''%%EntityType%%'' of each [[tutorial:entity|entity]]. Like block entity types, entity types are used for syncing and deserialization.+    * Contains the ''%%EntityType%%'' of each [[tutorial:entity-old|entity]]. Like block entity types, entity types are used for syncing and deserialization.
   * ''%%Registry.SCHEDULE%%''   * ''%%Registry.SCHEDULE%%''
     * Contains schedules for entities (usually villagers). Schedules control their activities based on the time of day.     * Contains schedules for entities (usually villagers). Schedules control their activities based on the time of day.
tutorial/registry_types.txt · Last modified: 2022/12/15 23:50 by solidblock