Posted July 3, 20223 yr I'm looking for a way to change this block. Code: @Override public void onBlockClicked(BlockState state, World worldIn, BlockPos pos, PlayerEntity player) { //Here I want to change the block super.onBlockClicked(state, worldIn, pos, player); } ย Edited July 3, 20223 yr by Adidadi99
July 3, 20223 yr do you know how to call a methed? since this is basic java which is requied for modding minecraft
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.