All pastes #2104237 Raw Edit

Something

public text v1 · immutable
#2104237 ·published 2012-01-20 02:20 UTC
rendered paste body
    public void onEntityCollidedWithBlock(World world, int i, int j, int k, Entity entity)
    {
        entity.attackEntityFrom(DamageSource.cactus, 1);
    }