Uses of Interface
net.minecraft.world.level.SignalGetter
Packages that use SignalGetter
Package
Description
- 
Uses of SignalGetter in net.minecraft.client.multiplayerClasses in net.minecraft.client.multiplayer that implement SignalGetter
- 
Uses of SignalGetter in net.minecraft.server.levelClasses in net.minecraft.server.level that implement SignalGetter
- 
Uses of SignalGetter in net.minecraft.world.levelSubinterfaces of SignalGetter in net.minecraft.world.levelModifier and TypeInterfaceDescriptioninterfaceinterfaceinterfaceinterfaceinterfaceinterfaceClasses in net.minecraft.world.level that implement SignalGetter
- 
Uses of SignalGetter in net.minecraft.world.level.blockMethods in net.minecraft.world.level.block with parameters of type SignalGetterModifier and TypeMethodDescriptionprotected intDiodeBlock.getAlternateSignal(SignalGetter p_277358_, BlockPos p_277763_, BlockState p_277604_) 
- 
Uses of SignalGetter in net.minecraft.world.level.block.pistonMethods in net.minecraft.world.level.block.piston with parameters of type SignalGetterModifier and TypeMethodDescriptionprivate booleanPistonBaseBlock.getNeighborSignal(SignalGetter p_277378_, BlockPos p_60179_, Direction p_60180_) 
- 
Uses of SignalGetter in net.neoforged.neoforge.common.extensionsMethods in net.neoforged.neoforge.common.extensions with parameters of type SignalGetterModifier and TypeMethodDescriptiondefault booleanIBlockExtension.shouldCheckWeakPower(BlockState state, SignalGetter level, BlockPos pos, Direction side) Called to determine whether to allow the block to handle its own indirect power rather than using the default rules.default booleanIBlockStateExtension.shouldCheckWeakPower(SignalGetter level, BlockPos pos, Direction side) Called to determine whether to allow the block to handle its own indirect power rather than using the default rules.