Instead of having shared server/client elements in both of the entrypoint classes (WildfireGender & WildfireGenderServer), this pull request renames WildfireGender to WildfireGenderClient while moving all shared elements to WildfireGenderServer, now renamed to WildfireGender.
This pull request also marks WildfireGenderClient as @Environment(EnvType.CLIENT) and removes the while this class is named 'Server', this is actually a common code path comment.
Instead of having shared server/client elements in both of the entrypoint classes (
WildfireGender
&WildfireGenderServer
), this pull request renamesWildfireGender
toWildfireGenderClient
while moving all shared elements toWildfireGenderServer
, now renamed toWildfireGender
.This pull request also marks
WildfireGenderClient
as@Environment(EnvType.CLIENT)
and removes thewhile this class is named 'Server', this is actually a common code path
comment.