Package net.minecraft.world
Interface RedstoneView
- All Superinterfaces:
BlockView
,HeightLimitView
- All Known Subinterfaces:
LunarWorldView
,RegistryWorldView
,ServerWorldAccess
,StructureWorldAccess
,WorldAccess
,WorldView
- All Known Implementing Classes:
ChunkRegion
,ClientWorld
,ServerWorld
,World
- Mappings:
Namespace Name named net/minecraft/world/RedstoneView
intermediary net/minecraft/class_8235
official dcq
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptiondefault int
getEmittedRedstonePower
(BlockPos pos, Direction direction) default int
getEmittedRedstonePower
(BlockPos pos, Direction direction, boolean onlyFromGate) default int
default int
default int
getStrongRedstonePower
(BlockPos pos, Direction direction) default boolean
isEmittingRedstonePower
(BlockPos pos, Direction direction) default boolean
Methods inherited from interface net.minecraft.world.BlockView
getBlockEntity, getBlockEntity, getBlockState, getDismountHeight, getDismountHeight, getFluidState, getLuminance, getMaxLightLevel, getStatesInBox, raycast, raycast, raycastBlock
Methods inherited from interface net.minecraft.world.HeightLimitView
countVerticalSections, getBottomSectionCoord, getBottomY, getHeight, getSectionIndex, getTopSectionCoord, getTopY, isOutOfHeightLimit, isOutOfHeightLimit, sectionCoordToIndex, sectionIndexToCoord
-
Field Details
-
DIRECTIONS
- Mappings:
Namespace Name Mixin selector named DIRECTIONS
Lnet/minecraft/world/RedstoneView;DIRECTIONS:[Lnet/minecraft/util/math/Direction;
intermediary field_43226
Lnet/minecraft/class_8235;field_43226:[Lnet/minecraft/class_2350;
official C
Ldcq;C:[Lje;
-
-
Method Details
-
getStrongRedstonePower
- Mappings:
Namespace Name Mixin selector named getStrongRedstonePower
Lnet/minecraft/world/RedstoneView;getStrongRedstonePower(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/util/math/Direction;)I
intermediary method_49805
Lnet/minecraft/class_8235;method_49805(Lnet/minecraft/class_2338;Lnet/minecraft/class_2350;)I
official a
Ldcq;a(Liz;Lje;)I
-
getReceivedStrongRedstonePower
- Mappings:
Namespace Name Mixin selector named getReceivedStrongRedstonePower
Lnet/minecraft/world/RedstoneView;getReceivedStrongRedstonePower(Lnet/minecraft/util/math/BlockPos;)I
intermediary method_49809
Lnet/minecraft/class_8235;method_49809(Lnet/minecraft/class_2338;)I
official e_
Ldcq;e_(Liz;)I
-
getEmittedRedstonePower
- Mappings:
Namespace Name Mixin selector named getEmittedRedstonePower
Lnet/minecraft/world/RedstoneView;getEmittedRedstonePower(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/util/math/Direction;Z)I
intermediary method_49806
Lnet/minecraft/class_8235;method_49806(Lnet/minecraft/class_2338;Lnet/minecraft/class_2350;Z)I
official a
Ldcq;a(Liz;Lje;Z)I
-
isEmittingRedstonePower
- Mappings:
Namespace Name Mixin selector named isEmittingRedstonePower
Lnet/minecraft/world/RedstoneView;isEmittingRedstonePower(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/util/math/Direction;)Z
intermediary method_49807
Lnet/minecraft/class_8235;method_49807(Lnet/minecraft/class_2338;Lnet/minecraft/class_2350;)Z
official b
Ldcq;b(Liz;Lje;)Z
-
getEmittedRedstonePower
- Mappings:
Namespace Name Mixin selector named getEmittedRedstonePower
Lnet/minecraft/world/RedstoneView;getEmittedRedstonePower(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/util/math/Direction;)I
intermediary method_49808
Lnet/minecraft/class_8235;method_49808(Lnet/minecraft/class_2338;Lnet/minecraft/class_2350;)I
official c
Ldcq;c(Liz;Lje;)I
-
isReceivingRedstonePower
- Mappings:
Namespace Name Mixin selector named isReceivingRedstonePower
Lnet/minecraft/world/RedstoneView;isReceivingRedstonePower(Lnet/minecraft/util/math/BlockPos;)Z
intermediary method_49803
Lnet/minecraft/class_8235;method_49803(Lnet/minecraft/class_2338;)Z
official C
Ldcq;C(Liz;)Z
-
getReceivedRedstonePower
- Mappings:
Namespace Name Mixin selector named getReceivedRedstonePower
Lnet/minecraft/world/RedstoneView;getReceivedRedstonePower(Lnet/minecraft/util/math/BlockPos;)I
intermediary method_49804
Lnet/minecraft/class_8235;method_49804(Lnet/minecraft/class_2338;)I
official D
Ldcq;D(Liz;)I
-