Files
Eaglercraft-1.8/patches/minecraft/net/minecraft/block/BlockPortal.edit.java

46 lines
1.2 KiB
Java

# Eagler Context Redacted Diff
# Copyright (c) 2024 lax1dude. All rights reserved.
# Version: 1.0
# Author: lax1dude
> CHANGE 2 : 5 @ 2 : 6
~ import net.lax1dude.eaglercraft.v1_8.EaglercraftRandom;
~ import net.lax1dude.eaglercraft.v1_8.cache.EaglerLoadingCache;
~
> CHANGE 29 : 30 @ 29 : 30
~ public void updateTick(World world, BlockPos blockpos, IBlockState iblockstate, EaglercraftRandom random) {
> CHANGE 119 : 120 @ 119 : 120
~ public int quantityDropped(EaglercraftRandom var1) {
> CHANGE 14 : 15 @ 14 : 15
~ public void randomDisplayTick(World world, BlockPos blockpos, IBlockState var3, EaglercraftRandom random) {
> CHANGE 46 : 47 @ 46 : 47
~ EaglerLoadingCache loadingcache = BlockPattern.func_181627_a(parWorld, true);
> CHANGE 8 : 10 @ 8 : 9
~ EnumFacing.AxisDirection[] axis = EnumFacing.AxisDirection._VALUES;
~ int[] aint = new int[axis.length];
> CHANGE 3 : 5 @ 3 : 4
~ for (int k = 0; k < axis.length; ++k) {
~ EnumFacing.AxisDirection enumfacing$axisdirection = axis[k];
> CHANGE 20 : 22 @ 20 : 21
~ for (int k = 0; k < axis.length; ++k) {
~ EnumFacing.AxisDirection enumfacing$axisdirection2 = axis[k];
> EOF