Posted September 8, 201312 yr Hello i am making a mod and i need help. I am trying to make a Pressure plate that only gets detected by a certain entity e.g cow.
September 8, 201312 yr Extend pressure plate. Find the trigger method, override it with if(entitytrigger instanceof SomeEntity) super.foo(...);
September 8, 201312 yr Author Extend pressure plate. Find the trigger method, override it with if(entitytrigger instanceof SomeEntity) super.foo(...); i can not find the trigger method do u know where it is?
September 8, 201312 yr There is only one method dealing with entities in BlockPressurePlate. getPlateState(args)
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.