mirror of
https://github.com/Xiao-MoMi/craft-engine.git
synced 2025-12-29 20:09:13 +00:00
修复加载
This commit is contained in:
@@ -496,6 +496,7 @@ public final class BlockGenerator {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
public static class PerformBoneMealInterceptor {
|
||||
public static final PerformBoneMealInterceptor INSTANCE = new PerformBoneMealInterceptor();
|
||||
|
||||
|
||||
@@ -1571,7 +1571,8 @@ public final class CoreReflections {
|
||||
);
|
||||
|
||||
public static final Method method$BlockBehaviour$hasAnalogOutputSignal = requireNonNull(
|
||||
ReflectionUtils.getDeclaredMethod(clazz$BlockBehaviour, boolean.class, new String[]{"hasAnalogOutputSignal", "c"}, clazz$BlockState)
|
||||
ReflectionUtils.getDeclaredMethod(clazz$BlockBehaviour, boolean.class, new String[]{"hasAnalogOutputSignal",
|
||||
VersionHelper.isOrAbove1_20_5() ? "c_" : "d_"}, clazz$BlockState)
|
||||
);
|
||||
|
||||
public static final Method method$BlockBehaviour$getAnalogOutputSignal = requireNonNull(
|
||||
|
||||
@@ -1057,7 +1057,6 @@ public final class NetworkReflections {
|
||||
)
|
||||
);
|
||||
|
||||
|
||||
public static final Constructor<?> constructor$ClientboundMoveEntityPacket$PosRot = requireNonNull(
|
||||
ReflectionUtils.getTheOnlyConstructor(clazz$ClientboundMoveEntityPacket$PosRot)
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user