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 official cnc
intermediary net/minecraft/class_8235
named net/minecraft/world/RedstoneView
-
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 official C
Lcnc;C:[Lha;
intermediary field_43226
Lnet/minecraft/class_8235;field_43226:[Lnet/minecraft/class_2350;
named DIRECTIONS
Lnet/minecraft/world/RedstoneView;DIRECTIONS:[Lnet/minecraft/util/math/Direction;
-
-
Method Details
-
getStrongRedstonePower
- Mappings:
Namespace Name Mixin selector official a
Lcnc;a(Lgu;Lha;)I
intermediary method_49805
Lnet/minecraft/class_8235;method_49805(Lnet/minecraft/class_2338;Lnet/minecraft/class_2350;)I
named getStrongRedstonePower
Lnet/minecraft/world/RedstoneView;getStrongRedstonePower(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/util/math/Direction;)I
-
getReceivedStrongRedstonePower
- Mappings:
Namespace Name Mixin selector official e_
Lcnc;e_(Lgu;)I
intermediary method_49809
Lnet/minecraft/class_8235;method_49809(Lnet/minecraft/class_2338;)I
named getReceivedStrongRedstonePower
Lnet/minecraft/world/RedstoneView;getReceivedStrongRedstonePower(Lnet/minecraft/util/math/BlockPos;)I
-
getEmittedRedstonePower
- Mappings:
Namespace Name Mixin selector official a
Lcnc;a(Lgu;Lha;Z)I
intermediary method_49806
Lnet/minecraft/class_8235;method_49806(Lnet/minecraft/class_2338;Lnet/minecraft/class_2350;Z)I
named getEmittedRedstonePower
Lnet/minecraft/world/RedstoneView;getEmittedRedstonePower(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/util/math/Direction;Z)I
-
isEmittingRedstonePower
- Mappings:
Namespace Name Mixin selector official b
Lcnc;b(Lgu;Lha;)Z
intermediary method_49807
Lnet/minecraft/class_8235;method_49807(Lnet/minecraft/class_2338;Lnet/minecraft/class_2350;)Z
named isEmittingRedstonePower
Lnet/minecraft/world/RedstoneView;isEmittingRedstonePower(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/util/math/Direction;)Z
-
getEmittedRedstonePower
- Mappings:
Namespace Name Mixin selector official c
Lcnc;c(Lgu;Lha;)I
intermediary method_49808
Lnet/minecraft/class_8235;method_49808(Lnet/minecraft/class_2338;Lnet/minecraft/class_2350;)I
named getEmittedRedstonePower
Lnet/minecraft/world/RedstoneView;getEmittedRedstonePower(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/util/math/Direction;)I
-
isReceivingRedstonePower
- Mappings:
Namespace Name Mixin selector official B
Lcnc;B(Lgu;)Z
intermediary method_49803
Lnet/minecraft/class_8235;method_49803(Lnet/minecraft/class_2338;)Z
named isReceivingRedstonePower
Lnet/minecraft/world/RedstoneView;isReceivingRedstonePower(Lnet/minecraft/util/math/BlockPos;)Z
-
getReceivedRedstonePower
- Mappings:
Namespace Name Mixin selector official C
Lcnc;C(Lgu;)I
intermediary method_49804
Lnet/minecraft/class_8235;method_49804(Lnet/minecraft/class_2338;)I
named getReceivedRedstonePower
Lnet/minecraft/world/RedstoneView;getReceivedRedstonePower(Lnet/minecraft/util/math/BlockPos;)I
-