Interface SealingProvider

All Known Subinterfaces:
NorthstarOxygen.Provider, NorthstarTemperature.Provider
All Known Implementing Classes:
MovingOxygenSealer, MovingTemperatureRegulator, OxygenSealerBlockEntity, TemperatureRegulatorBlockEntity

public interface SealingProvider
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    isSealed(net.minecraft.core.Vec3i pos)
     
    boolean
    isSealed(net.minecraft.world.phys.Vec3 pos)
     
  • Method Details

    • isSealed

      boolean isSealed(net.minecraft.world.phys.Vec3 pos)
    • isSealed

      boolean isSealed(net.minecraft.core.Vec3i pos)