Class SodiumCompat

java.lang.Object
dev.engine_room.flywheel.impl.compat.SodiumCompat

public final class SodiumCompat extends Object
  • Field Details

    • USE_0_6_COMPAT

      public static final boolean USE_0_6_COMPAT
  • Method Details

    • onSetBlockEntityVisualizer

      @Nullable public static <T extends net.minecraft.world.level.block.entity.BlockEntity> @Nullable Object onSetBlockEntityVisualizer(net.minecraft.world.level.block.entity.BlockEntityType<T> type, @Nullable @Nullable BlockEntityVisualizer<? super T> oldVisualizer, @Nullable @Nullable BlockEntityVisualizer<? super T> newVisualizer, @Nullable @Nullable Object predicate)