chrisinit1 Posted September 8, 2013 Posted September 8, 2013 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. Quote
GotoLink Posted September 8, 2013 Posted September 8, 2013 Extend pressure plate. Find the trigger method, override it with if(entitytrigger instanceof SomeEntity) super.foo(...); Quote
chrisinit1 Posted September 8, 2013 Author Posted September 8, 2013 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? Quote
GotoLink Posted September 8, 2013 Posted September 8, 2013 There is only one method dealing with entities in BlockPressurePlate. getPlateState(args) Quote
Recommended Posts
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.