eclipse - I get errors when typing the @SidedProxy. What happened? -


i making minecraft mod eclipse mars , got errors when typing following:

@sidedproxy(clientside = reference.client_proxy_class, serverside = reference.server_proxy_class)

what did wrong? said "the attribute clientside/serverside undefined annotation type sidedproxy" .

i cannot run minecraft test mod without it, need fix error.

for definitive answer need give more information. version of minecraft forge using? have correctly imported sidedproxy?

in eclipse, hold ctrl , click on @sidedproxy open declared, , check using correct attribute names (it may have changed between versions, may need put different)


Comments

Popular posts from this blog

Android : Making Listview full screen -

javascript - Parse JSON from the body of the POST -

javascript - How to Hide Date Menu from Datepicker in yii2 -