Uses of Interface
net.minecraft.world.level.SignalGetter
Packages that use SignalGetter
Package
Description
-
Uses of SignalGetter in net.minecraft.client.multiplayer
Classes in net.minecraft.client.multiplayer that implement SignalGetter -
Uses of SignalGetter in net.minecraft.server.level
Classes in net.minecraft.server.level that implement SignalGetter -
Uses of SignalGetter in net.minecraft.world.level
Subinterfaces 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.block
Methods 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.piston
Methods 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.extensions
Methods 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.