mirror of
http://git.eaglercraft.rip/eaglercraft/eaglercraft-1.8.git
synced 2025-04-30 02:01:59 -05:00
49 lines
1.3 KiB
Java
49 lines
1.3 KiB
Java
|
|
# Eagler Context Redacted Diff
|
|
# Copyright (c) 2024 lax1dude. All rights reserved.
|
|
|
|
# Version: 1.0
|
|
# Author: lax1dude
|
|
|
|
> DELETE 2 @ 2 : 4
|
|
|
|
> CHANGE 2 : 7 @ 2 : 5
|
|
|
|
~ import net.lax1dude.eaglercraft.v1_8.EaglercraftRandom;
|
|
~
|
|
~ import com.google.common.collect.Lists;
|
|
~ import com.google.common.collect.Maps;
|
|
~
|
|
|
|
> CHANGE 51 : 55 @ 51 : 53
|
|
|
|
~ EnumFacing[] facings = EnumFacing._VALUES;
|
|
~ BlockPos tmp = new BlockPos(0, 0, 0);
|
|
~ for (int i = 0; i < facings.length; ++i) {
|
|
~ world.notifyNeighborsOfStateChange(blockpos.offsetEvenFaster(facings[i], tmp), this);
|
|
|
|
> CHANGE 7 : 11 @ 7 : 9
|
|
|
|
~ EnumFacing[] facings = EnumFacing._VALUES;
|
|
~ BlockPos tmp = new BlockPos(0, 0, 0);
|
|
~ for (int i = 0; i < facings.length; ++i) {
|
|
~ world.notifyNeighborsOfStateChange(blockpos.offsetEvenFaster(facings[i], tmp), this);
|
|
|
|
> CHANGE 14 : 15 @ 14 : 15
|
|
|
|
~ public void randomTick(World var1, BlockPos var2, IBlockState var3, EaglercraftRandom var4) {
|
|
|
|
> CHANGE 2 : 3 @ 2 : 3
|
|
|
|
~ public void updateTick(World world, BlockPos blockpos, IBlockState iblockstate, EaglercraftRandom random) {
|
|
|
|
> CHANGE 48 : 49 @ 48 : 49
|
|
|
|
~ public Item getItemDropped(IBlockState var1, EaglercraftRandom var2, int var3) {
|
|
|
|
> CHANGE 7 : 8 @ 7 : 8
|
|
|
|
~ public void randomDisplayTick(World world, BlockPos blockpos, IBlockState iblockstate, EaglercraftRandom random) {
|
|
|
|
> EOF
|