Skip to main content

register_vanilla_entity_data_serializers

Function register_vanilla_entity_data_serializers 

Source
pub fn register_vanilla_entity_data_serializers(
    registry: &mut EntityDataSerializerRegistry,
)
Expand description

Register all vanilla entity data serializers.

IMPORTANT: The registration order MUST match vanilla’s EntityDataSerializers.java exactly, as the serializer’s network ID is determined by its registration order.