User:Bayugoon/Data Goals: Difference between revisions

From Minecraft JE Data
Jump to navigation Jump to search
(Finished adding all entities, added Shoots Projectile for entities and added Add All Registries)
(added minecraft protocol goals, updated other goals)
 
Line 20: Line 20:
|-
|-
| Add All Registries || '''STARTED'''
| Add All Registries || '''STARTED'''
|-
| Add All Minecraft Protocol Data Types || '''STARTED'''
|-
| Add All Minecraft Protocol Packets || '''STARTED'''
|}
|}


Line 32: Line 36:
| Add Subclasses to All Items/Blocks (stairs, spawn eggs, potions, ect.) || '''STARTED'''
| Add Subclasses to All Items/Blocks (stairs, spawn eggs, potions, ect.) || '''STARTED'''
|-
|-
| Add Spawns Entity on use to All Applicable Items || '''NOT STARTED'''
| Add Spawn Egg of to all Spawn Eggs || '''DONE'''
|-
|-
| Add Effect on Consumption to All Applicable Items || '''NOT STARTED'''
| Add Effect on Consumption to All Applicable Items || '''NOT STARTED'''
|-
| Add Food Points and Saturation to Food Items || '''DONE'''
|}
|}


Line 47: Line 53:
| Add Subclasses to All Entities (mob, aquatic mob, monster, ect.) || '''STARTED'''
| Add Subclasses to All Entities (mob, aquatic mob, monster, ect.) || '''STARTED'''
|-
|-
| Add Item used to Spawn on Use to All Applicable Entities || '''NOT STARTED'''
| Add Spawn Egg Item to All mobs || '''DONE'''
|-
|-
| Add Item used to Breed to All Applicable Entities || '''NOT STARTED'''
| Add Item used to Breed to All Applicable Entities || '''NOT STARTED'''
Line 97: Line 103:
|-
|-
| Add Subclasses to All Command Argument Types (integer, decimal, vector/coordinates, ect.) || '''STARTED'''
| Add Subclasses to All Command Argument Types (integer, decimal, vector/coordinates, ect.) || '''STARTED'''
|}
==Minecraft Protocol==
===Data Types===
:{| class="wikitable" style="test-align:center"
! Goal !! Completion Status
|-
| Add Data Type Class to all Data Types (integer, float, string, ect.) || '''STARTED'''
|-
| Add Data Size in Bytes to All Data Types || '''STARTED'''
|}
===Packets===
:{| class="wikitable" style="test-align:center"
! Goal !! Completion Status
|-
| Add Packet IDS to all Packets || '''NOT STARTED'''
|-
| Add Server bound or Client bound to all Packets || '''NOT STARTED'''
|-
| Add Fields to All Packets || '''NOT STARTED'''
|}
|}

Latest revision as of 00:41, 24 August 2022

General

Goal Completion Status
Add All Items/Blocks DONE
Add All Entities DONE
Add All Painting Motifs DONE
Add All Versions STARTED
Add All Command Argument Types STARTED
Add All Commands STARTED
Add All Effects STARTED
Add All Enchantments NOT STARTED
Add All Registries STARTED
Add All Minecraft Protocol Data Types STARTED
Add All Minecraft Protocol Packets STARTED

Items/Blocks

Goal Completion Status
Add Resource Locations to All Items/Blocks DONE
Add Version Added to All Items/Blocks NOT STARTED
Add Subclasses to All Items/Blocks (stairs, spawn eggs, potions, ect.) STARTED
Add Spawn Egg of to all Spawn Eggs DONE
Add Effect on Consumption to All Applicable Items NOT STARTED
Add Food Points and Saturation to Food Items DONE

Entities

Goal Completion Status
Add Resource Locations to All Entities DONE
Add Version Added to All Entities NOT STARTED
Add Subclasses to All Entities (mob, aquatic mob, monster, ect.) STARTED
Add Spawn Egg Item to All mobs DONE
Add Item used to Breed to All Applicable Entities NOT STARTED
Add Item used to Tame to All Applicable Entities NOT STARTED
Add Shoots Projectile to All Applicable Entities STARTED

Versions

  • Figure out a way to compare version order
Goal Completion Status
Add Upload Time to All Versions STARTED
Add Client JSON File ID to All Versions STARTED
Add Protocol Version to All Versions STARTED
Add Data Version to All Versions STARTED
Add Subclasses to All Versions (major release, minor release, snapshot, ect.) STARTED
Add Bug Fixes to All Versions NOT STARTED
Add Additions to All Versions NOT STARTED

Commands

Goal Completion Status
Add Version Added to All Commands NOT STARTED
Add Subclasses to All Commands (item command, block command, player command, ect.) NOT STARTED
Add Syntax to All Commands STARTED

Command Argument Types

Goal Completion Status
Add Resource Locations to All Command Argument Types STARTED
Add Version Added to All Command Argument Types NOT STARTED
Add Subclasses to All Command Argument Types (integer, decimal, vector/coordinates, ect.) STARTED

Minecraft Protocol

Data Types

Goal Completion Status
Add Data Type Class to all Data Types (integer, float, string, ect.) STARTED
Add Data Size in Bytes to All Data Types STARTED

Packets

Goal Completion Status
Add Packet IDS to all Packets NOT STARTED
Add Server bound or Client bound to all Packets NOT STARTED
Add Fields to All Packets NOT STARTED