Package net.minecraft.world.level
Interface SignalGetter
- All Superinterfaces:
- BlockGetter,- IForgeBlockGetter,- LevelHeightAccessor
- All Known Subinterfaces:
- CommonLevelAccessor,- LevelAccessor,- LevelReader,- LevelTimeAccess,- ServerLevelAccessor,- WorldGenLevel
- All Known Implementing Classes:
- ClientLevel,- Level,- ServerLevel,- WorldGenRegion
- 
Field SummaryFields
- 
Method SummaryModifier and TypeMethodDescriptiondefault intgetBestNeighborSignal(BlockPos p_277977_) default intgetControlInputSignal(BlockPos p_277757_, Direction p_278104_, boolean p_277707_) default intgetDirectSignal(BlockPos p_277954_, Direction p_277342_) default intgetDirectSignalTo(BlockPos p_277959_) default intdefault booleanhasNeighborSignal(BlockPos p_277626_) default booleanMethods inherited from interface net.minecraft.world.level.BlockGetterclip, clipWithInteractionOverride, getBlockEntity, getBlockEntity, getBlockFloorHeight, getBlockFloorHeight, getBlockState, getBlockStates, getFluidState, getLightEmission, getMaxLightLevel, isBlockInLineMethods inherited from interface net.minecraftforge.common.extensions.IForgeBlockGettergetExistingBlockEntity, getModelDataManagerMethods inherited from interface net.minecraft.world.level.LevelHeightAccessorgetHeight, getMaxBuildHeight, getMaxSection, getMinBuildHeight, getMinSection, getSectionIndex, getSectionIndexFromSectionY, getSectionsCount, getSectionYFromSectionIndex, isOutsideBuildHeight, isOutsideBuildHeight
- 
Field Details- 
DIRECTIONS
 
- 
- 
Method Details- 
getDirectSignal
- 
getDirectSignalTo
- 
getControlInputSignal
- 
hasSignal
- 
getSignal
- 
hasNeighborSignal
- 
getBestNeighborSignal
 
-